In a strategy, must I always place entry execution within the scope of OnBarUpdate()
I created an execution logic outside the scope of OnBarUpdate, ran some tests, then tested the same execution logic inside the scope of OnBarUpdate, and the results were the same.

Comment