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

Constant plot update

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

    Constant plot update

    It seems like most indicators are updated on onBarUpdate() which will wait for the next bar to be drawn.

    I would like for my indicator (which is a graph) to be constantly updated instead of waiting for the next bar to be drawn.

    Im using the overloaded Plot function to do my indicator drawing.

    Can I call plot in OnMarketData()? this will update my plot everytime new marketdata comes in.

    Or is there another way to do it?

    #2
    Hi ballz,

    Setting CalculateOnBarClose = false; would certainly get your indicators updating more often.

    Aside from that, you can't plot from the OnMarketData(), however you can try setting a variable in the OMD(), then using it in the plot in OnBarUpdate() to access that data, however the frequency of plotting will be the same.
    TimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by jeronymite, 04-12-2024, 04:26 PM
    3 responses
    44 views
    0 likes
    Last Post jeronymite  
    Started by Barry Milan, Yesterday, 10:35 PM
    7 responses
    20 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by AttiM, 02-14-2024, 05:20 PM
    10 responses
    179 views
    0 likes
    Last Post jeronymite  
    Started by ghoul, Today, 06:02 PM
    0 responses
    9 views
    0 likes
    Last Post ghoul
    by ghoul
     
    Started by DanielSanMartin, Yesterday, 02:37 PM
    2 responses
    13 views
    0 likes
    Last Post DanielSanMartin  
    Working...
    X