New metatrader 4 compatible indicators - page 201

 

You are Great Mladen

Thanks very much...

 

mladen,

please let me know if this indicator is a repainter ?

traderdp

David

 

I am not coder but i am sure it repaints % 99,9... I think coders will add it 0,1 for % 100...

traderdp:
mladen,

please let me know if this indicator is a repainter ?

traderdp

David
 
traderdp:
mladen,

please let me know if this indicator is a repainter ?

traderdp

David

David

That indicator is just another way of representing zigzag (here and there they will be different, but that is just due to some minor code differences - 99% of cases they will show extremes at the same place. All tat is known for zig zag, is also valid for that indicator too

 
mladen:
Sbt Erturan

It is a decompiled code, but since it is a new year, do the following :

Replace lines 68 and 69 (these lines :

Low_Level = (Low - gd_128) / gd_136;

High_Level = (High - gd_128) / gd_136;

with these :

if (gd_136!=0)

{

Low_Level = (Low - gd_128) / gd_136;

High_Level = (High - gd_128) / gd_136;

}

and it will work

Hi Mladen

you broke the rules

however

I am joking

you are actually the king and everything is forgiven for you

I am just joking

 
mladen:
David That indicator is just another way of representing zigzag (here and there they will be different, but that is just due to some minor code differences - 99% of cases they will show extremes at the same place. All tat is known for zig zag, is also valid for that indicator too

mladen,

Thanks once again for the heads up. I always appreciate your incredible insights and I'm sorry for my silly inquiry. Have a terrific New Year!

traderdp

David

 

Hi,

Anybody can help to fix this indicator problem for my new MT4?

Thanks in advance

 

Dear Mlanden, firstly have a happy and prosperous new year.

After downloading the attached Markov.mql4 indicator and trying to execute it in MT4, regardless of the time frame I get no result. Could you please provide some assistance on this?

Thank you in advance,

Johnny

Files:
markov.mq4  13 kb
 

Liubov Markov

 
Su407:
Hi,

Anybody can help to fix this indicator problem for my new MT4?

Thanks in advance

mt4 625 works

Files:
audcadm2.png  42 kb
Reason: