Requests & Ideas - page 703

 
pati9191:

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

Files:
 
mahessara:

Dear Mladen can you make this indi work on the latest mt4? thanks

use newer version(s) (that are already new mt4 compatible)
 
mladen:
use newer version(s) (that are already new mt4 compatible)
link please? :)
 
mahessara:
link please? :)

For example these (and some more on that same thread) :

 
mladen:

For example these (and some more on that same thread) :

thanks mladen
 
krelian99:

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?
 
wojtekpaul:
Krelian99, could you please share the two-color line you have on your chart?
Did you try some of the elite section indicators for that?
 
Hello mladen,

Can make this indicator nmc version...my mt4 so slow after i use this indicator 

Sorry for my english..
Files:
 
denyirawan337:
Hello mladen,

Can make this indicator nmc version...my mt4 so slow after i use this indicator 

Sorry for my english..
No need for an update

You need to have "Cycle_KROUFR_version" indicator too in the indicators folder and then it will work