I setup a manual RSI indicator with 1-day consolidator to cross-reference with the automatic daily-RSI.  In theory they should always match.

  • for the manual 1-day RSI, I used following the official doc(Iterate through the historical data and call consolidator.update)
  • for the automatic RSI,  I use warm_up_indicator helper method

 

You can notice in the log that, the RSI value for the first day/the last warmup value before the first day doesn't match. For all following days they do match.

 

hang-gong_1745877079.jpg