Support Board
Date/Time: Mon, 11 May 2026 08:30:58 +0000
Post From: Any way to get study calculation time across all studies on every chart in a chartbook?
| [2025-04-18 00:04:26] |
| drinkcodejava - Posts: 38 |
|
@User625505, perhaps the member variable ACSIL Interface Members - Variables and Arrays: sc.LastFullCalculationTimeInMicroseconds may be of use to you? I don't know how you would build a list of studies for a given chart programmatically, but perhaps you could just include a couple lines of code to output the calculation time from each one to the message log? You could include a conditional to output the message only when it is above a certain threshold...
|
