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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    574 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    332 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    553 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    551 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X