The indicator draws an arrow when certain patterns develop. I know where in the code this is and will add a integer to switch form 0 to 1 when the arrow is drawn. Firstly how would I call this in my strategy? i.e. IF (Integer in Strategy == 1) Enter Long.
I then want to re-set the integer in the indicator so a new entry can be triggered if the pattern shows up again later. Does anyone have any idea how I would do this?
Thanks
Mark

Comment