Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 05:23:09 +0000



timer event

View Count: 559

[2020-05-26 22:02:45]
User517464 - Posts: 7
How does the timer event work in ACSIL?
What is the simplest and best solution to this problem?
Is there any ACSIL function or study?
THX for help!

Example from mql4:
...
// --- create a timer with a 1 second period
   EventSetMillisecondTimer (1000);
   void OnTimer ()
     {
     doSG ();
     }
[2020-05-27 08:48:22]
Sierra Chart Engineering - Posts: 104368
The closest available is to use this ACSIL variable (sc.UpdateAlways):
ACSIL Interface Members - Variables and Arrays: sc.UpdateAlways


And adjust the chart specific Chart Update Interval to what you require.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account