Login Page - Create Account

Support Board


Date/Time: Mon, 08 Sep 2025 16:09:41 +0000



Post From: Request for a new ACSIL function

[2025-06-11 12:16:05]
JohnR - User831573 - Posts: 333
This might work.

In the remote chart, do the check for bar has closed. If yes, set a persistent variable.
Then in this chart something like this - int g_RemoteBarClosed = sc.GetPersistentIntFromChartStudy(sc.ChartNumber,2,1) ;

I have not done this, but saw it in another post. Reading Persistent variable in other study

JohnR