Support Board
Date/Time: Sat, 11 Jan 2025 02:49:57 +0000
Post From: Creating a function within a custom study
[2016-10-12 01:12:22] |
ejtrader - Posts: 688 |
Bala - You can use the following pseudo code as an example. void PassingSCStrutureExampleFunction(SCStudyInterfaceRef sc) { ...... return; } SCSFExport scsf_Mytest2(SCStudyInterfaceRef sc) { .... .. PassingSCStrutureExampleFunction(sc); ... return; } Date Time Of Last Edit: 2016-10-12 01:15:02
|