hi,
what I want to do is to pop up an alert when a bias reversal (Advanced Get study) appears on the chart.
In the formula editor, I tried to create an getBiasStudy. But I have always been told that parameter 1 invalid. The syntax for getBiasStudy should be GetBiasStudy(Filter, Mode).
Can anyone tell me how to create such a study in EFS?
I thought the syntax should be Bias = New GetBiasStudy("FILTER", "NORMAL"). Am I wrong? It looks like I am.
Thanks in advance.
Jason
what I want to do is to pop up an alert when a bias reversal (Advanced Get study) appears on the chart.
In the formula editor, I tried to create an getBiasStudy. But I have always been told that parameter 1 invalid. The syntax for getBiasStudy should be GetBiasStudy(Filter, Mode).
Can anyone tell me how to create such a study in EFS?
I thought the syntax should be Bias = New GetBiasStudy("FILTER", "NORMAL"). Am I wrong? It looks like I am.
Thanks in advance.
Jason
Comment