Support Board
Date/Time: Tue, 17 Jun 2025 03:37:06 +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: 30 |
@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...
|