Support Board
Date/Time: Sun, 15 Mar 2026 04:59:50 +0000
Post From: ACSIL - How a study code can wait...?
| [2014-07-21 14:50:17] |
| ejtrader - Posts: 689 |
|
AC94882 - the following parameters are likely to help in your case. in sc.SetDefaults section: sc.CalculationPrecedence = STD_PREC_LEVEL; -- For master study sc.CalculationPrecedence = LOW_PREC_LEVEL; -- For Slave study |
