Rom wrote:Hi all
I believe you have to do some backtesting (Strategy tester)
1. Does the EA post real trades. If it does on backtesting it will.
Sure. By the way, I don't believe in backtest that much. Backtest is an evaluation of a strategy on the past history data. Market changes, so, live market parameters may change, then ea/strategy may not work good as before or as tuned on past parameters !.
2. What SL is best to use? You have to run some test upon the currency you are going to trade
I used to use the default settings and collect profit whenever feel the market will change or I got my daily target profit.
3. What is performance? The backtesting tells you that
I did backtest for it 2 years ago, but honestly, I can't remember.
4. What lotsize should be used? Here Floor Traders Essential Toolbox (Useful stuff section) gives an answer
It depends on how many trades you intend to open as maximum, account balance/equity, risk value, ....
5. Does it work on all currencies and all timeframes? Backtesting gives the answer
The original strategy states that it works on all currencies and time frames. I used mostly on H4 and few times on H1. I prefere H4.
6. Will it work on changed market condition? If you backtest every 14 days to make sure SL and TP are right for the last month, probably
May be! But do you think that such a shot period will give a good new setting?
The basic condition for entry is:
If EMA(5) is crossing EMA(10) and price > SMA(20) and RSI(14) > 50
and Stoch(14,3,3) < 80 and prev bar Stoch(14,3,3) was lower
then buy
I guess RSI and Stoch are essensial here. I would expect RSI(14) to be < 50 in these circumstances. There is a hell of a difference between crossover and this crossover.
Kjell, RSI>50 to ensure that the currency trending up according to the last 14 bars.
regard kjell
Thanks Kjell
Thanks for the reply. I added my openions too
