Login Page - Create Account

Support Board


Date/Time: Sat, 19 Apr 2025 10:35:00 +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: 28
@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...