Experts: ZMFX Stolid 5a EA

 

ZMFX Stolid 5a EA:

trend trading EA

Author: Darius

 
this looks very much like trying to capture a counter trend... and using martingale system( adding to lotsize). just need to be careful with the lot aspect as it can really empty your account in a blink. Nice work though
 

if(InitLots < MarketInfo(symbol,MODE_MINLOT)) InitLots=MarketInfo(symbol,MODE_MINLOT);
replace
if(MinitLots < MarketInfo(symbol,MODE_MINLOT)) MinitLots=MarketInfo(symbol,MODE_MINLOT);
 
Nice work i already had such.
 

looks good little modify and works as scalper best!

 
Got any parms for this thing? I cant get any trades with it.