
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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!
very interesting !
thank you !
will there be a version for mt4 ?
will there be a mt4 version?
No, there won't.
I love your indicator! 5 star!
As some other users i have to ask, is there any MT4 version?
Wish you the best!
Regards!