Login Page - Create Account

Support Board


Date/Time: Thu, 09 May 2024 08:43:55 +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