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

MR

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

    MR

    Hi,

    My name is Bruce.

    I would like to code and indicator that replicates the market price action at real time. I tried with a moving average; 1 period; which is the closest I can be from the real price action candle.
    Unfortunately is not working, and I do not know why. Is there any other option to do this?

    Maybe If I can use the same code from the price action in the tick chart I could add one moving average.

    Could you please provide your suggestion?

    Thank you very much in advance,
    Regards,
    Bruce
    Last edited by brucegale69; 06-14-2018, 03:15 AM.

    #2
    Hello brucegale69,

    Thanks for your post and welcome to the NinjaTrader forums!

    In NinjaTrader7 most indicators, by default, are run with CalculateOnBarClose = true which means that the indicator is calculated when the current bar closes (finishes) so it would not adjust "real time" while the bar is forming until the last tick of the bar.

    To provide a real-time response while the bar is forming, in the indicator panel of the selected indicator, you can change the CalculateOnBarClose from true to false. This setting of false will update the indicator on every incoming tick. This mode does use more of your CPU resources and should be used when needed and is why it is not set this way by default.

    Using an SMA period of 1 set to CalculateOnBarClose = false will be the current price. You can also change the "input series" in the indicator panel to change from the default "Close" data series to "High, Low, Median, Open, Typical, or weighted", so you can have an SMA calculate on the Low or High of the series.

    Reference information:

    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CortexZenUSA, Today, 12:53 AM
    0 responses
    1 view
    0 likes
    Last Post CortexZenUSA  
    Started by CortexZenUSA, Today, 12:46 AM
    0 responses
    1 view
    0 likes
    Last Post CortexZenUSA  
    Started by usazencortex, Today, 12:43 AM
    0 responses
    5 views
    0 likes
    Last Post usazencortex  
    Started by sidlercom80, 10-28-2023, 08:49 AM
    168 responses
    2,265 views
    0 likes
    Last Post sidlercom80  
    Started by Barry Milan, Yesterday, 10:35 PM
    3 responses
    11 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Working...
    X