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

CrossAbove prediction and look-forward?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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.

    #2
    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:There is also an indicator that comes with NinjaTrader called SampleCustomRender that uses OnRender() to draw shapes on the chart. You could view the source code and use it as an example to assist you with rendering the EMA lines into the future based on whichever calculations you use to predict their values.

    Please let us know if we may be of further assistance.
    Emily C.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Segwin, 05-07-2018, 02:15 PM
    14 responses
    1,789 views
    0 likes
    Last Post aligator  
    Started by Jimmyk, 01-26-2018, 05:19 AM
    6 responses
    837 views
    0 likes
    Last Post emuns
    by emuns
     
    Started by jxs_xrj, 01-12-2020, 09:49 AM
    6 responses
    3,294 views
    1 like
    Last Post jgualdronc  
    Started by Touch-Ups, Today, 10:36 AM
    0 responses
    13 views
    0 likes
    Last Post Touch-Ups  
    Started by geddyisodin, 04-25-2024, 05:20 AM
    11 responses
    63 views
    0 likes
    Last Post halgo_boulder  
    Working...
    X