Support Board
Date/Time: Tue, 22 Apr 2025 02:48:37 +0000
Post From: Converting From MetaTrader EA (Init, DeInit, OnTick) to Sierra Chart study?
[2025-02-17 22:03:48] |
LTSys - Posts: 68 |
Is the study itself called on a regular interval?
These SCSFExport functions seem to be called on some interval when attached to a chart. I assume with every tick? SCSFExport scsf_SomeFunction(SCStudyInterfaceRef sc) { // code } |