Hi,
I created a study using the eSignal 10.6 efs Formula Wizard, that draws a Vertical Line the First Time my criteria are met.
I want to use this same function in a normal (non formula Wizard) efs study. Can someone clarify the efs coding that accomplishes this.
efs coding taken from the Formula Wizard:
if (vLastAlert != 1) drawLineRelative(-1, 0, -1, 999999, PS_SOLID, 2, Color.RGB(50,205,50), "UT");
Thanks,
Paul
I created a study using the eSignal 10.6 efs Formula Wizard, that draws a Vertical Line the First Time my criteria are met.
I want to use this same function in a normal (non formula Wizard) efs study. Can someone clarify the efs coding that accomplishes this.
efs coding taken from the Formula Wizard:
if (vLastAlert != 1) drawLineRelative(-1, 0, -1, 999999, PS_SOLID, 2, Color.RGB(50,205,50), "UT");
Thanks,
Paul
Comment