Is this something that can be done in NT8, or is looking forward to a cross not a feature? I can't find examples in the documentation.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
CrossAbove prediction and look-forward?
Collapse
X
-
CrossAbove prediction and look-forward?
I'm interested in translating this (https://www.tradingview.com/script/5...MA-Prediction/) predictive EMA projection into a strategy as an indicator. There would be two EMAs being predicted and I'm interested in determining how far out they cross based on a given projection.
Is this something that can be done in NT8, or is looking forward to a cross not a feature? I can't find examples in the documentation.Tags: None
-
Hello Skifree,
Thank you for your post.
There are no examples in our documentation regarding predicting values in the future or detecting a crossover in the future. If you create a calculation to predict the EMA values, you would not be able to use plots to display the future values on the chart and would instead need to use custom rendering. This is because plots use a series<double> object that has as many indexes as there are bars on the chart. No indexes for the plot exist in the future because those bars do not exist on the chart yet.
We do have documentation about custom rendering using SharpDX and OnRender() at the following links:- https://ninjatrader.com/support/help..._rendering.htm
- https://ninjatrader.com/support/help...8/onrender.htm
Please let us know if we may be of further assistance.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
153 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
305 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
244 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
345 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
176 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment