Support Board
Date/Time: Sat, 01 Nov 2025 09:32:47 +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
|
