Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
extern bool ProfitTrailing = false; // Will try to allow profit grow beyond ProfitTarget
extern double MaxRetrace = 20; // Maximum percent of MaxProfit allowed to decrese before close all orders
extern double ProfitSkew = 1; // Increase/decrease ProfitTarget when MoneyMangement=true
For small balances effect of ProfitTrailing is minimal as 20-30% of 0.01 lots = 2-3 pips..
However, here test results without and with ProfitTrailing option.
Net Profit increased ~ 10%.
Less Trades.
Increased Profit Factor.
Max DD almost identical.
backtested it with eur/usd 1 hr frame, 3000$demo acount.
return following error msg:
2008.05.04 16:51:35 2006.01.04 02:43 Pipmaker_V15 EURUSD,H1: OrderSend error 4051
2008.05.04 16:52:15 2006.01.12 17:05 Pipmaker_V15 EURUSD,H1: invalid lots amount for OrderSend function
anyone know what is the problem