[ul]
[li]LOT = lot size, starting with 0.01 which is 1000 units, you must adjust this according to your MM
[/li][li]BROKERDIGITS= how many digits your broker have on normal pairs 5 or 4?
[/li][li]TAKEPROFITPIPS = takeprofit level, although the EA has a trail stop and an emergency exit implemented, if you need additional exit by takeprofit, you can use this, if not leave this at 9999
[/li][li]MARTINGALE_ACTIVATOR = enable this if you want martingale system
[/li][li]MARTINGALE_LEVELS= level of the martingale, currently set at 5 which means it doubles the size losing trade 5 times, so with default 0.01 lot start you will have a maximum of 0.32 lot size risk
[/li][li]MARTINGALE_TYPE= type of the martingale system
[/li][=2]“M”=without quotes, classical martingale, aka doubles lot size at losing trades
[=2]“P” = without quotes, progressive martingale, doubles lot size until it hits the max level, no matter what is the outcome of the trade, and when it hits it, it starts again from 0.01 lot, and cycles through it again
[=2]“G” =without quotes, smooth growth of the lot, starts with 0.01, and every MARTINGALE_LEVELS-th time it will add a permanent 0.01 lot again to the size, so the lot will grow smoothly with the account balance hopefully
[=2] “A”=without quotes, anti-martingale, aka doubles the lot size only after profitable trades
[li]GRAPHICAL_USER_INTERFACE = enables additional information about your account and trade which can be seen from the main chart
[/li][li]MAX_SLIPPAGE= maximum slippage of the entry orders (in pips corresponding to your brokers type, default is at 5 which means 5 pips at MM broker and 5 pipette at ECN/STP broker)
[/li][li]MAX_SPREAD= max spread in pips, how much spread you allow to be traded? Again 10 pip for ECN and 1 pip for MM
[/li][/ul]
I have ECN broker which is 5 digit so if you have 4 digit one you should add one 0 to every setting, also the problem i think was with the slippage, since i dont think even the E/U has at least 2 pip slippage , so set that to at least 20 or 2 depending on your brokers digits.