Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

creating a stationary chart

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    creating a stationary chart

    Is it possible to create a chart of a set of a set of data points with a stationary user defined x and y axis?

    I want to create a chart where the x axis is ans y axis are logs of an 2 indicators I am writing, so there would be no time component on the x axis ?

    #2
    Hello,
    Thank you for writing in.
    You would not be able to override the time axis(x-axis) of the chart. In NinjaTrader 8 you would be able to set the price axis(y-axis) of the chart by your indicator values. You would need to override the OnCalcluteMinMax() method and set the min and max value to your desired input. You would also need to set IsAutoScale = true so that the indicators value autoscale the chart to your desired results. This is only possible through custom programming with NinjaTrader 8.

    If you are not participating in the NinjaTrader 8 Beta yet you can install the latest version at the following link: http://ninjatrader.com/support/forum...ad.php?t=81779

    For convenience I have also provided links for getting started with NinajTrader 8 Beta if you are new to the Beta.
    Installation Guide
    Migration Guide
    Connections Guides
    Existing User FAQ
    User Help Guide
    NinjaScript Code Breaking Changes

    Please also make sure to review the general beta information page and what to expect from our Help Guide
    Cody B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by GussJ, 03-04-2020, 03:11 PM
    16 responses
    3,281 views
    0 likes
    Last Post Leafcutter  
    Started by WHICKED, Today, 12:45 PM
    2 responses
    19 views
    0 likes
    Last Post WHICKED
    by WHICKED
     
    Started by Tim-c, Today, 02:10 PM
    1 response
    9 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by Taddypole, Today, 02:47 PM
    0 responses
    5 views
    0 likes
    Last Post Taddypole  
    Started by chbruno, 04-24-2024, 04:10 PM
    4 responses
    53 views
    0 likes
    Last Post chbruno
    by chbruno
     
    Working...
    X