Could anyone help me to write a formula which produces a very simple indicator:
I want it to draw line starting from zero value and when close(-1)>close(0) then indicator (value) - 1. When close(-1)<close(0) then idicator value + 1 and when close(-1)=close(0) then indicator value doesnt change.
I am quaite new in efs and I need this formula very much so If anyone could tell me how to start with this, I know some basics about efs language but I cant make it do what I want in this formula
Thank you very much.
I want it to draw line starting from zero value and when close(-1)>close(0) then indicator (value) - 1. When close(-1)<close(0) then idicator value + 1 and when close(-1)=close(0) then indicator value doesnt change.
I am quaite new in efs and I need this formula very much so If anyone could tell me how to start with this, I know some basics about efs language but I cant make it do what I want in this formula
Thank you very much.
Comment