Multi Timeframe Indicators - page 753

 
rkhan1:
I tried a few times and downloaded a few times , still no luck Hmmmmmmmmm

It works but it needs a zigzag indicator that does not work like the new zigzag they are adding to new metatrdader but the one that works as it used to work before (new zigzag actually has a limit on parameters that doe not make too much sense). Here is a zigzag that will allow you to work with that indicator properly : zigzag.mq4

Files:
zigzag.mq4  9 kb
pz.gif  86 kb
 

OK

Now its working , but I don't think its reliable

do you know of any other ABCD

Thanks Mr M

 
rkhan1:
OK

Now its working , but I don't think its reliable

do you know of any other ABCD

Thanks Mr M

No I don't

It works based on zigzag so it would suffer from all the things that zizgzag suffers from

 

ZeroLag tema MACD - new mql compatible : zerolag_tema_macd_-_mtf_nmc.mq4

 

Dear Mr. Mladen,

Happy weekend.

I found this indicator in one of the threads where a request to add alert to it was made.

Please, would you help to make it MTF if it does not repaint signals on closed bars?

I could not test the indicator as market is still closed.

Thank you., Sir.

Please, I later found out that Mr Tools added the alert as requested but confirmed that the indicator repaints.

I hereby cancel my request above as I consider it not necessary again.

I am sorry about that.

Okoli

Files:
 
okoli:
Dear Mr. Mladen,

Happy weekend.

I found this indicator in one of the threads where a request to add alert to it was made.

Please, would you help to make it MTF if it does not repaint signals on closed bars?

I could not test the indicator as market is still closed.

Thank you., Sir.

Please, I later found out that Mr Tools added the alert as requested but confirmed that the indicator repaints.

I hereby cancel my request above as I consider it not necessary again.

I am sorry about that.

Okoli

Okoli

Yes, that indicator repaints (the is one more version of "cycle identifier")

 
mladen:
Okoli Yes, that indicator repaints (the is one more version of "cycle identifier")

Thank you for further confirmation.

Okoli

 

Volty channel - multi time frame version - compatible with new mql : volty_channel_stop_mtf_nmc.mq4

 
mladen:
Volty channel - multi time frame version - compatible with new mql : volty_channel_stop_mtf_nmc.mq4

Beautiful, looks like sperm.

Blue is for boys, and pink is a group of girls.

Thank you so much!

 

Could you please add Interpolate option in to this indicator or show me where i have to add code like this.

if (timeFrame <= Period() || y==iBarShift(NULL,timeFrame,Time)) continue;

if (!Interpolate) continue;

datetime time = iTime(NULL,timeFrame,y);

for(int n = 1; i+n = time; n++) continue;

for(int k = 1; k < n; k++)

rsi = rsi + (rsi - rsi)*k/n;

Reason: