
Originally Posted by
skipper
Hello all,
first of all, many thanks to funyoo for his great job and especially for this awesome and very useful "how to" section for those, like me, that are fighting with MQL language.
I would like some tips about how to draw 2 lines (at High and Low) of a specific bar after a specific condition has been meet.
eg. if the current bar, after close (that means bar[1] because the new bar[0] is already started and is forming, is an inside bar of the previous bar (in that case bar[2]), I would like to draw 2 lines at High and Low of bar[2].
Many thanks in advance
Mimmo