|
|||||||
| Register in Forex TSD! | |
|
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 |
|
| View Poll Results: Do you find MA Cross systems to be profitable? | |||
| Yes, I make good money |
|
26 | 61.90% |
| Breakeven usually |
|
10 | 23.81% |
| No, I lose money |
|
6 | 14.29% |
| Voters: 42. You may not vote on this poll | |||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Moved it to simple.
The other EAs are on this section http://www.forex-tsd.com/ema-cross/ And this one Universal MA Cross EA |
|
|||
|
I love MAs. I just throw a simple moving average on the chart and trade on the price action. Place a bet and hope for a trend. That's trading for ya, it's not rocket science and I don't need 10 different filters. I usually don't trade on crosses because it seems to whip saw to death at times. I just try to take the middle chunk of the move, and avoid picking tops/bottoms.
|
|
|||
|
Good Start - I will evaluate it on demo with my settings and modifications like RSI(14) over and under 50 on entry, 14/42 EMA MA's 15-min scale, TP=30, also the gap between the short and long ma > 2*Point on entry (eliminates false entries) - Must say, Real nice clean programming! Try using EURJPY / USDJPY / GBPJPY as the currency pairs. One last entry condition is that Open[0]>Close[1] or Open[0]<Close[1].
Dave <><<< Since some crosses take time to widen before taking off, you may have to test various entry conditions on each current bar, and then check back several bars to see if an actual cross has taken place and then enter the trade - This took me a while to make this work. In your entry statement you have the current bar test, plus one bar back test for reverse condition. Just extend this by using a || (or) statement and test the bar back, and the reverse of this one bar back of the bar back bar. Example of a setup entry statement to go long: (MAS = MA-Short) (MAL = MA-Long) if(MAS>MAL && MAS_1<MAL_1 || MAS_1>MAL_1 && MAS_2<MAL_2|| MAS_2>MAL_2 && MAS_3<MAL_3|| MAS_3>MAL_3 && MAS_4<MAL_4|| MAS_4>MAL_4 && MAS_5<MAL_5) if(RSI1>50) if(Open[0]>Close[1] ) { BuyValue=1; } I have enclose the modified file to test: Last edited by Dave137 : 04-09-2008 at 08:05 PM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cross! | creative | Indicators - Metatrader 4 | 150 | 05-26-2008 02:03 PM |
| MA cross/Price cross MA EA | Pipsta_UK | Expert Advisors - Metatrader 4 | 5 | 05-10-2007 08:50 PM |
| 6 sma cross | increase | General Discussion | 12 | 12-22-2006 09:05 PM |
| 5 EMA / 6 EMA Cross | azrob68 | Suggestions for Trading Systems | 16 | 12-17-2006 03:20 PM |