Hi there!
I read the documentation on intraday trading, but I'm still a little unclear on how frequently prices_to_signals gets invoked (in general, but particularly when using a 1 minute bar intraday strategy).
Assuming I want to use 1 minute bars, would that mean prices_to_signals will be called every 1 minute with the new bar's data? Put another way, what determines the frequency for which prices_to_signals is called?
I'd love to see an example of a basic intraday strategy that acts on the current bar's OHLC, in relation to the preceding 1 minute bars' data of that same day... (an intraday strategy that trades throughout the day).
Thanks!