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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
580 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
335 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment