Announcement

Collapse
No announcement yet.

Bias Reversal - EFS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Bias Reversal - EFS

    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

  • #2
    Jason
    As far as I know it should be var study = new GetBiasStudy(Filter,Mode) where Filter is true or false and Mode is GetBiasStudy.NORMAL or GetBiasStudy.TIGHT.
    However I am getting a parameter 2 invalid error message. I also tried replacing the second parameter with either 0 or 1 (which is how it works as an alternative in the JTI Study) but the error remains
    Alex

    Comment

    Working...
    X