Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Many thanks Enforcer for your prompt reply.
You definitely are one of a kind.
At the moment I´m backtesting from Jan 09 to Oct 09, starting with 100€.
Only using ZLMacD, M15, TP50, MM on.
It´s amazing...
It takes like for ever to back test, but the results are good.
When it reached the 350€ it started doubling the lots (from 0.01 to 0.02).
When there´s a trend reversal it open orders of bigger lots to compesate the equity.
GREAT WORK, Enforcer.
I´m also forward testing it for a couple of weeks with Alpari UK and will keep you posted.
Hi, I haven´t posted the set file yet, cause it worked great for 10 months, but when running a backtest from 05-01-04 it crashes in October. I´m trying to find the best setting, so bear with me please.
thanks Enforcer for your contribution
are the 3 preset files you posted the ones you trade live ?
No. those are just demonstrative set files.
I always said each user should make his own settings according to his needs.
I will never claim I found perfect settings or made best EA or anything.
Hi, I haven´t posted the set file yet, cause it worked great for 10 months, but when running a backtest from 05-01-04 it crashes in October. I´m trying to find the best setting, so bear with me please.
Angelo
You may try to use LossManagement
like this:
PHP Code:
extern bool AllowRecovery = true; //enable/disable loss management
extern double MaxLossPercent = 50; //maximum loss in balance procents 1=1% max loss
extern bool ExitAllTrades = true; //Close all open orders
extern bool StopTrading = true; //stop trading if loss management was triggered
extern bool PlaceRecoveryOrders = false; //Use counter orders to get in profit
It seems to close all orders with loss when equity goes to 0. The problem is that it trades all orders in same direction sometimes.
So loss management should get this EA to make opposite side orders?
My backtests are not suffering any losses whatsoever if i use the absolute minimal 0.1 risk with micro account enabled. Loss management disabled.