Hi, the strategy I am creating will take in a preset list of stocks each day and buy when the 1min RSI is above 70 and sell when it falls below 70. I have been able to get the RSI setup, but when I run a backtest on an individual day it only outputs the daily values. First, how can I make the algorithm only look at the current day's minute price and RSI data? And second, how can I change the backtest display to show data by the minute instead of each day if at all possible? I would like the graph to look as if you are looking at a 1 day 1 min chart in a trading software, and simply make trades based on that minute data, not daily.
Thanks