Support Board
Date/Time: Thu, 11 Sep 2025 21:20:33 +0000
Post From: Autolooping sense check
[2024-09-06 18:28:13] |
ForgivingComputers.com - Posts: 1115 |
1. Is there any other reason why manual looping is considered "more efficient" than autolooping other than the case of full recalc?
I think your understanding is correct. Once running after a recalc, a manual index and sc.Index will be on the last bar, because of sc.UpdateStartIndex, and act essentially the same. 2. Is there a way to make my study be called only on a specific event (faster than the update interval).. let's say when an order is received at a given price exceeding X -> send a limit order at the price before that ?
Trade Events cannot be filtered before the study is called. Your study would have to manage order entries. |