Support Board
Date/Time: Fri, 31 Oct 2025 17:56:57 +0000
Post From: How to automatically aggregate positions from 2 different studies?
| [2024-05-17 18:47:41] | 
| ForgivingComputers.com - Posts: 1150 | 
| Assuming you are using custom studies, you can control that behavior with these settings: sc.SupportReversals = false; sc.CancelAllOrdersOnEntries = false; sc.CancelAllOrdersOnEntriesAndReversals = false; sc.CancelAllOrdersOnReversals = false; These settings may also be in whatever trading study you are using. Date Time Of Last Edit: 2024-05-17 18:54:09  | 
