Hey,

currently I use the self.History() function to access batch history data and calculate the indicators on that data with the talib library. Is there a way to calculate the indicators on the batch data with the build in indicator functions like self.RSI()?

Author