ZizZag Trendlines
-
Re: How to use ZigZag [advanced]
https://fxdreema.com/forum/topic/8876/tend-line-with-zigzag-indicator-does-t-workA small update how to draw Trendlines based on ZigZag in FxDreema, based on my old, very old raw trick for browsing zigzag values

As I said many times, ZigZag is tricky, ZZ sometimes overpaints itself, ZZ is not simple. Some users expect results within an hour and give up in the next hour, some will last longer. Thus is the success defined... just kidding
Here you go:
https://fxdreema.com/shared/Cxy4NP1Ub

Many combinations, not all shown, some overlaps over time
choose the ones that suit you the most or create a new onean old trendline can be specified as obsolete (or deleted) using the right logic ... I haven't added it here, let the user bother

-
nice post!!
-
@miro1360 said in ZizZag Trendlines:
e: How to use ZigZag [advanced]
https://fxdreema.com/forum/topic/8876/tend-line-with-zigzag-indicator-does-t-work
A small update how to draw Trendlines based on ZigZag in FxDreema, based on my old, very old raw trick for browsing zigzag values
As I said many times, ZigZag is tricky, ZZ sometimes overpaints itself, ZZ is not simple. Some users expect results within an hour and give up in the next hour, some will last longer. Thus is the success defined... just kidding
Here you go:
https://fxdreema.com/shared/Cxy4NP1Ubcreative ideas
-
Very nice, Thank you very much
-
Thanks for this indicator miro!! .. I am trying to convert it to mq5. Please I need some help here... I compiled from FXdreema to Mq4 and then used the convertor to Mq5 without success

-
do it better outside the converter
... block by block manually 
-
@miro1360 .....Thank you.... do not think I will manage because I do not know how to do the variables and all that stuff.... I am a simple man...Lol!!
-
trust me, it can be done with a bit effort
... I shared everything to complete it for MT5, simple by "copy and paste" particular blocks
perhaps the hardest part is to understand logic behind this zigzag to work with it properly ...
https://fxdreema.com/shared/NSdwI6DFc -
@miro1360 Wow!!! You already done it...it would have taken me weeks to get this done...... Thank you so much miro....
-
@miro1360 Miro, is this possible in a sub window?

-
zigzag in subwindow? rather not
stay in the main window with zigzag 
-
hi bro
i want to delete trend line when current candle crosses last trend line
pls give me solution.tnx -
@miro1360 Hello friends, thank you for this wonderful post, I have a problem with this, I want to make it so that after drawing the H0 and L0 the EA places an operation in the next candle of the last identified entry point L0=BUY
H0=SELL
Can you help me with that please? -
If you analyse ZZ you will see that L0 and H0 will be placed after the next candle has been drawn
-
@jstap precisely I want to make it so that after drawing the H0 or L0 the EA places an operation after the last identified entry point either L0=BUY or
H0=SELL
Can you help me with that please? -
ZZ H0 or H1 is != to a saved variable with H1 or H0, L0 and L1 for lows commit to your action, create a test project that move a horizontal line whenever it is different, don't forget to modify the variable if a change happens.