
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Dear Mladen,
Is it possible to change 3 to 2 candles advance block?
I'd try simply but fail.
Thanks in advance.
The advance block is a weak three candle reversal pattern. This has its reason and changing to a two candle something-something has most likely a much lesser performance.
NTL, try it. Which candles you would take? The last two candles? Delete in line 260 the parameters and relations related to the first candle (such with 2).
if((C > O) && (C1 > O1) && (C2 > O2) && (C2 - O2) > (C1 - O1) &&(C1 - O1) >(C - O) && (H-C) > (H1-C1)&& (H1-C1) > (H2-C2))
to
if((C > O) && (C1 > O1) &&(C1 - O1) >(C - O) && (H-C) > (H1-C1))
Dear Mladen can you make this indi work on the latest mt4? thanks
Dear Mladen can you make this indi work on the latest mt4? thanks
use newer version(s) (that are already new mt4 compatible)
link please? :)
For example these (and some more on that same thread) :
For example these (and some more on that same thread) :
The advance block is a weak three candle reversal pattern. This has its reason and changing to a two candle something-something has most likely a much lesser performance.
Krelian99, could you please share the two-color line you have on your chart?
Hello mladen,
You need to have "Cycle_KROUFR_version" indicator too in the indicators folder and then it will work