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 ?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
creating a stationary chart
Collapse
X
-
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 ? -
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 GuideCody B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
169 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
324 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
250 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
353 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
180 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment