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.
I am posting an EA I had coded on FF with the hopes of having a coder here correct the money management part of it.
The EA would continue to trade the same lot size as long as it has consecutive wins. The EA would increase the lot size by a factor of 1 if a loss is incurred and for any consecutive losses thereafter. Once a win is reached after a loss, the EA would reduce the lot size by a factor of 1.
The problem is after the 1st loss with .1 lot size, the next trade will open with a .4 lot size.
I appreciate any member that could fix this and post the EA here on TSD.
Here is the ADR calculator that is part of the EA for anyone that wants to test it.
The EA will open a long trade if the candle close is > MA & PSAR & and opposite for a short trade. The ADR minimum also has to be meet.
I am currently using a 20SMA and default PSAR. My take profit & stop loss is set to 100 pips. I am trading all pairs that have a 10 day ADR > 50 pips.
Last edited by lcfxtrader; 08-12-2008 at 07:21 PM.
Here is the ADR calculator that is part of the EA for anyone that wants to test it.
The EA will open a long trade if the candle close is > MA & PSAR and opposite for a short trade.
I am currently using a 20SMA and default PSAR. My take profit & stop loss is set to 100 pips. I am trading all pairs that have a 10 day ADR > 50 pips.
The EA has SMA 200, not 20 SMA as indicated above. Which is correct?
Also which pair do you trade with this EA? Thanks.
The EA has SMA 200, not 20 SMA as indicated above. Which is correct?
Also which pair do you trade with this EA? Thanks.
20 SMA is my current setting (I started with 200 and then changed it to 20). I trade all pairs that have a 10 day ADR greater than 50 pips. You can use the above indicator and attach it to all pairs and then filter the pairs out that do not meet the critera.
how do you go exactly : you look at "prev 10 days range" value and then if its bigger than 50 you just turn on your ea ? That's all ? Don't have to initiate the first trade ? Does the ea close the trades itself ?
thanks
Does someone able to help this man to fix this problem The problem is after the 1st loss with .1 lot size, the next trade will open with a .4 lot size.