turn zigzag into S&R
-
does anyone know how to convert zigzag into S&R lines using multiple zigzag points and finding the difference between two points and converting it into S&R i have achieved this in mql but fxdreema does not recognize it when i run the ea so i want to create it in fxdreema instead
-
Why do you need the S&R lines if you already for the Zigzag values? Is it for visual reasons only?
-
so i basically want to use the difference of zigzag peaks to give me support and resistance instead of using the peaks only of zigzag if that makes sense i want the difference of multiple zigzag peaks and yes also for visual reasons
-
You can store the value of each zigzag high and low into a variable and the use it as you need. However, I do not recommend plotting lines on the chart because that is very resource consuming.
-
okay thank you ill go ahead and try that
-
On YouTube there is a video on how to achieve this, the code can be implemented in FX, you just need to understand the variables to create and the sections to switch off when adding.