
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
For those that are interested i have put v4 on a Tickmills demo account but I cannot post the link here, message me and i'll send you the link, its shared on public on myfxbook
I just download the update 5... is it normal that it keeps loading and removing the zigzag indicator?
Because it would result in large floating loss, and increased draw down.
But it keeps putting and removing it constantly
Thank you for the EA. Can it be used simultaneously on different time frames? I couldn't find the setting for the magic number.
Please try it.
Setting variable for OrderMagicNumber() is on line 112.
Please try it.
Setting variable for OrderMagicNumber() is on line 112.
I am testing it on Demo, and I must say it works brilliantly!
Great EA! Lot's of profit!
BB200[bb]=iBands(_Symbol,tfx,mat[4],2,0,4,0,bb);
BB201[bb]=iBands(_Symbol,tfx,mat[4],2,0,4,1,bb);
BB202[bb]=iBands(_Symbol,tfx,mat[4],2,0,4,2,bb);
as mat[] is define in line 114:
int mat[]={2,5,10,20}; // timeframes arrays
so mat[4] will cause an array out of range
Has anybody realized this error in lines 457,458,459 of fmoneea_update_05.mq4:
BB200[bb]=iBands(_Symbol,tfx,mat[4],2,0,4,0,bb);
BB201[bb]=iBands(_Symbol,tfx,mat[4],2,0,4,1,bb);
BB202[bb]=iBands(_Symbol,tfx,mat[4],2,0,4,2,bb);
as mat[] is define in line 114:
int mat[]={2,5,10,20}; // timeframes arrays
so mat[4] will cause an array out of range
Should have written: int mat [] = {2,5,10,30,20}; // Timeframes arrays
But indeed if executed these errors are not visible and EA is running normally.
Regards.
the ZigZag-indicator is constantly loaded and removed and loaded and removed and ...
Can anybody confirm this? Rather strange! Gooly