Hi All,
I need to fix a value in certain condition till another condition happens.
For example I want to fix the value of the price ((close+open)/2) when the price crosses a MA… then when another condition happens I reset this value.
I’d like to know how to do without tricky condition checking.
once reserved word was not useful.
I repeat
priceAtCross = (open+close)/2
I’d want to fix that value at that time whitout using indexes or too much complicate if then endif statements
Thank You.
Regards,
Mauro