Experts: FMOneEA - page 7

 

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

 
Atilio Bertoldi:
I just download the update 5... is it normal that it keeps loading and removing the zigzag indicator?
I put ZigZag indicator, so that EA does not open the order when the price will retrace.
Because it would result in large floating loss, and increased draw down.
 
Atilio Bertoldi:

But it keeps putting and removing it constantly 

 

Oh that's  ^_^  ^_^, you do not understand that it occurred because of the use of the function iCustom (iCustom ZigZag). All formulas that use functions iCustom, the Journal would like it. ^_^
 
Thank you for the EA. Can it be used simultaneously on different time frames? I couldn't find the setting for the magic number.
 
tradingdiver:
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.

 
3rjfx:

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! 

 
Are you using the default setup?
 
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
 
calli:
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
Thank you, you are right.
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.
 
I am running FMOneEA on EurUsd and UsdCad H4 and can see in the expert's log
the ZigZag-indicator is constantly loaded and removed and loaded and removed and ...
Can anybody confirm this? Rather strange! Gooly
Reason: