Buffer Number into Variable use ID (Semafor, ZigZag Fractals) to draw TrendLines
-
Hello,
How does work this feature?
For Semafor please create an example3-level-zz-semafor.mq4I just want to use the Buffer Numbers (put into variable and then make use of the ID1,2,3,4 etc. from the choosen BufferNumber
) to have the anchor points for TrendLines. -
Did you check if it repaints? Because if it does, you'll be wasting your time.
-
Yes, the semafor repaints.
But according to this example.
Using Buffer Numbers to use them as anchorpoints in Terms of using their IDs
I will only use the passt IDs of the Buffer which cant repaint anymoreAnd the passt IDs dont repaint! always only the current one
-
You need 2 candle IDs to define that trend line. The candle ID in the upper slot should be the closest to the present time (candle ID 0 or 1) whereas that of the lower slot should be the origin of the trend line in the past (candle ID 10, 20, 30, etc.)
-
Yes you mean like this!
Explained in this video from Boxxocode .youtube.com/watch?v=sqEOckYTAKcI did rebuild this already.
But my question is how to do it with the Buffer(Number) IDs.
That is also important to me to use zigzag and set conditions like Higher High 3 Lower Low 3 or
After an uptrend (First) lowerlow and first lower high (or first LH& first LL) to set conditions for reversal entrys OR
das grosse Buch der Markttechnik settings. Furthermore to define up or downtrend using zigzag instead of moving averages or something like this -
-
I'm afraid I don't know how to use the buffer as you need. You will need a programmer, sorry.