Hi All - completely new to this and I haven't programmed anything yet - just reading through the documentation. The algorithm I want to test will be based on per minute data (more of a high frequency trading algorithm). I've noticed in the documentation that it say "At this time, history is only supported for backtests in minute mode (minute bars), not backtests in daily mode (daily bars).", but later on it seems like this is a mistake and history only supports daily bars. Which is true?
Is there any way to be able to compare past closing prices of minute bars?
Thanks!!