Indicators: FivePattern - page 7

 
how to understand signals from this indicator?
 
fmt:
good morning, how to install this indicator in mt5? my email felipebm1@hotmail.com thanks

Good morning fmt

You can install this indicator directly in mt5.

- Open the toolbox (Ctrl + T)

- Go to the Library tab

- Organise by name

- Search for the name FivePattern

- Right-click and select the download option

- The indicator will then be available in the browser (Ctrl + N) to be added to the charts.

 

For those having problems with undesired objects on chart, function DrawnPattern could be rewritten to clean chart from before redrawn, so I suggest to modify the function (located in fivepattern.mq5) to this one:

void DrawPattern(void)

{


ObjectDelete(0,"Line_A-B");

ObjectDelete(0,"Line_B-C");

ObjectDelete(0,"Line_C-D");

ObjectDelete(0,"Line_D-E");

ObjectDelete(0,"Line_Evolution");

ObjectDelete(0,"Line_Mutation");

ObjectsDeleteAll(0,"No_Name_Arrow_*",0,OBJ_ARROW);

ObjectsDeleteAll(0,"No_Name_HLine_*",0,OBJ_HLINE);

//--- 1.

MyPatternZigzag.PrintComment();

//--- 2.

MyListPattern.Insert(MyPatternZigzag.GetA(), MyPatternZigzag.GetTimeA(),

MyPatternZigzag.GetB(), MyPatternZigzag.GetTimeB(),

MyPatternZigzag.GetC(), MyPatternZigzag.GetTimeC(),

MyPatternZigzag.GetD(), MyPatternZigzag.GetTimeD(),

MyPatternZigzag.GetE(), MyPatternZigzag.GetTimeE(),

MyPatternZigzag.GetPointEvolution(),MyPatternZigzag.GetTimeEvolution(),

MyPatternZigzag.GetPointMutation(), MyPatternZigzag.GetTimeMutation());

}

Am I doing it right, Andrey?

 

is there a mt4 version for this?

 

I love your indicator! 5 star!
As some other users i have to ask, is there any MT4 version?

Wish you the best!



Regards!

[Deleted]  

very interesting !


thank you !

[Deleted]  

will there be a version for mt4 ?

 
Chirill Chiricenco:

will there be a mt4 version?

No, there won't.

 
Henrique Ratao:

I love your indicator! 5 star!
As some other users i have to ask, is there any MT4 version?

Wish you the best!



Regards!

 
Please I can't seem to find where to download this powerful indicator