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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
229 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
148 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
160 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
240 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
198 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment