Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

RSI update with IDataSeries - tick update query

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

    RSI update with IDataSeries - tick update query

    Hi All,

    Appreciate any insight on a query I have on the way that IDataSeries interact with the RSI oscillator calculation.

    I am monitoring the following RSI value:

    RSI(BarsArray[1], 10, 1)[0]

    BarsArray[1] is a 5min dataseries; I monitor this on a 1minute chart and prior to the:
    if (FirstTickOfBar )
    condition when BarsInProgress == 0.
    ie I am monitoring this on a tick by tick basis, running on a 1min chart, with a 5min overlay as BarsArray[1].

    My question is: will the (10 period, 5min) RSI be calculated based on every tick received "[0]" so will capture the 5min RSI10 value at each and every traded price?

    Or, are there any limitations to the frequency of calculation? Is the price value that is used to recalculate the RSI10 value perhaps limited to 1min bar close data series (the underlying chart BarsArray[0] series, for example?

    Thank you.

    #2
    Hello,

    Thank you for the question.

    I did not see you mention the CalculateOnBarClose setting, do you have this set to true or false?

    This will make a difference, true this would be limited to the base series if it resides in the BarsInProgress == 0 segment.

    True would be every 1 minute, false would be every tick.

    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    77 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    40 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    63 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    63 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    53 views
    0 likes
    Last Post CarlTrading  
    Working...
    X