I would certainly appreciate help with coding the following in an EFS formula:
Initial stop = Low() - 3
For next bar and each consecutive bar:
Stop (D +1) = Low() - Stop (D)
Where
Stop(D + 1) is next bar stop
Stop(D) is this bar stop
This is not the exact formula but what i am struggling with is the logic where the next bar stop includes the this bar stop in the equation.
Thank You!
Initial stop = Low() - 3
For next bar and each consecutive bar:
Stop (D +1) = Low() - Stop (D)
Where
Stop(D + 1) is next bar stop
Stop(D) is this bar stop
This is not the exact formula but what i am struggling with is the logic where the next bar stop includes the this bar stop in the equation.
Thank You!
Comment