Multi Timeframe Indicators - page 619

 
mladen:
This would be a proper way how to call that indicator from an EA to get 4 hour Connors rsi values :
extern int RsiPeriod = 3;

extern int UpDownPeriod = 2;

extern int ROCPeriod = 100;

extern int Price = PRICE_CLOSE;

int init() { return(0); }

int deinit() { return(0); }

void start(void)

{

Comment(iCustom(NULL,PERIOD_H4,"3 tf connorsRSI","","","",RsiPeriod,UpDownPeriod,ROCPeriod,Price,0,0));

return;

}

Wowww! with the proper way to call the indicator above, now my terminal takes only 33 MB memory!

Thanks a lot mladen for all your help!

Thank you a million!

best regards,

pokerstar

 
pokerstar:
Wowww! with the proper way to call the indicator above, now my terminal takes only 33 MB memory!

Thanks a lot mladen for all your help!

Thank you a million!

best regards,

pokerstar

Glad that it is solved

Happy trading

 

Hi Guys,

when you are not too busy please could you accept my request in post #6381 https://www.mql5.com/en/forum/173574/page426 ?

 

Hi mrtools and mladen,

can you make this indi to MTF please?

____mth_cycle_identifier_v01.mq4

 
Börsenkater1969:
Hi mrtools and mladen,

can you make this indi to MTF please?

____mth_cycle_identifier_v01.mq4

You already have a multi time frame of one version of a cycle identifier (this one Cycleidentifier_mtf2.mq4 from this post : https://www.mql5.com/en/forum/173574/page331 )

Please read that post

 
Börsenkater1969:
Hi mrtools and mladen,

can you make this indi to MTF please?

____mth_cycle_identifier_v01.mq4

cycle identifier is a bad repainter

 

Hello MLaden,

Do you have a proper working support and resistance level indi working in the new build MT4?

Thx for the help.

Regards Marco

 
Marco320:
Hello MLaden,

Do you have a proper working support and resistance level indi working in the new build MT4?

Thx for the help.

Regards Marco

Marco

Check this thread : https://www.mql5.com/en/forum/177227

 
mladen:
You already have a multi time frame of one version of a cycle identifier (this one Cycleidentifier_mtf2.mq4 from this post : https://www.mql5.com/en/forum/173574/page331 ) Please read that post

Hi mladen,

that's right. thank´s. but this indi has an additional setting. that gives different entry signals .

see picture.

and yes @checkin this indi is a repainter. with other filter but works quite well for me.

(sorry for my poor english)

Files:
usdcadh1.png  37 kb
 
mladen:
Marco Check this thread : https://www.mql5.com/en/forum/177227

Hi MLaden,

Thx for your info.

Best regards Marco