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 judysamnt7, 03-13-2023, 09:11 AM
    4 responses
    53 views
    0 likes
    Last Post DynamicTest  
    Started by ScottWalsh, Today, 06:52 PM
    4 responses
    33 views
    0 likes
    Last Post ScottWalsh  
    Started by olisav57, Today, 07:39 PM
    0 responses
    5 views
    0 likes
    Last Post olisav57  
    Started by trilliantrader, Today, 03:01 PM
    2 responses
    19 views
    0 likes
    Last Post helpwanted  
    Started by cre8able, Today, 07:24 PM
    0 responses
    6 views
    0 likes
    Last Post cre8able  
    Working...
    X