Hello
I try to develpe an custom study. I want to use the third party TRIADES system.
I test it on non-protectet efs-scripts:
this worked perfectly and than i try to gettinformation from the triades system:
I get no Outputs.
Is there any possibility to access the "CursorLabel"- Data? Or are there other ways to access data from systems??
Please help
marco
I try to develpe an custom study. I want to use the third party TRIADES system.
I test it on non-protectet efs-scripts:
Code:
var myStudy = efs("..\\DiNapoli\\MACD.efs"); // no inputs; 2 Outputs var myStudy2 = getSeries(myStudy,0); // Output 1: MACD var myStudy3 = getSeries(myStudy,1); // Output 2: Signal Line
Code:
var myStudy = efsExternal("..\\Advanced\\Triades\\TriadesPivotsSwings.efs"); var myStudy2 = getSeries(myStudy,0); // Output 1 var myStudy3 = getSeries(myStudy,1); // Output 2
Is there any possibility to access the "CursorLabel"- Data? Or are there other ways to access data from systems??
Please help
marco
Comment