Support Board
Date/Time: Tue, 23 Dec 2025 17:00:47 +0000
Post From: Creating a function within a custom study
| [2016-10-12 01:12:22] |
| ejtrader - Posts: 689 |
|
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
|
