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 StockTrader88, 03-06-2021, 08:58 AM
    45 responses
    3,992 views
    3 likes
    Last Post johntraderuser2  
    Started by TAJTrades, Today, 09:46 AM
    0 responses
    7 views
    0 likes
    Last Post TAJTrades  
    Started by rhyminkevin, Yesterday, 04:58 PM
    5 responses
    62 views
    0 likes
    Last Post dp8282
    by dp8282
     
    Started by realblubb, Today, 09:28 AM
    0 responses
    8 views
    0 likes
    Last Post realblubb  
    Started by AaronKoRn, Yesterday, 09:49 PM
    1 response
    19 views
    0 likes
    Last Post Rikazkhan007  
    Working...
    X