Forex
Google
New signals service!

Go Back   Forex Trading > Trading systems > Ema Cross


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

Reply
 
LinkBack (24) Thread Tools Display Modes
  #381 (permalink)  
Old 09-27-2007, 11:47 AM
Junior Member
 
Join Date: Sep 2007
Posts: 11
zacharakis is on a distinguished road
Question

Quote:
Originally Posted by codersguru View Post
Wow! This is really cool!
Thanks scout for your efforts.
hI, codersguru,
I'm new on forex and I like to ask something that I understand is very important: By what way can someone to make a system backtest in MT?
Thank you very much
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #382 (permalink)  
Old 09-30-2007, 01:24 AM
ajk's Avatar
ajk ajk is offline
Senior Member
 
Join Date: Dec 2005
Posts: 226
ajk is on a distinguished road
coder s guru

HI coder- guru.
been @ this for 3 years and finally can do --just about anything in coding....thanks for all your teaching and showing us how to code.!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #383 (permalink)  
Old 10-09-2007, 03:05 AM
Member
 
Join Date: Jul 2006
Posts: 38
Trader1 is on a distinguished road
XPMA BackTesting

Scout,
I am also backtesting XPMA EA. Could you forward me your revised edition or post it on this forum. Thanks,

Trader 1



Quote:
Originally Posted by scout View Post
I think coder's guru has done so wonderful job.XPma EA is a very good trend trading EA. I wonder why there isn't any backtesting results about this excellent EA here. I'm foward testing this EA, and I post my backtesting result here. Like every trend trading system, XPma EA will make good profit when market is going up or down straight, but looks bad when market doesn't seem to be with a obvious trend. But i think we can control the loss.

I change some code of this EA to keep lots=1 for testing. The original version makes much more profit than the results I give here.

The result is of 2006. This EA also makes excellent profit in 2001-2005 backtesting.

Parameters are :Lots=1; TakeProfit=1000; TrailingStop=10; StopLoss=9; Slippage=5; MaximumRisk=0.1; MA_Period=7; MA_Type=3; MA_Applied=0; T3MA_VolumeFactor=0.8; JMA_Phase=0; Step_Period=2;

Hope it helps, thank you all. Thank you again, coder's guru!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #384 (permalink)  
Old 10-18-2007, 02:00 PM
Member
 
Join Date: Oct 2006
Posts: 64
junglelion is on a distinguished road
xpMA NEEDED

I need a version of xpMA indicator which repaints itself on chart with every bar tick.
__________________
This Lion Seeks A Lioness
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #385 (permalink)  
Old 11-15-2007, 01:52 PM
scout's Avatar
Junior Member
 
Join Date: Oct 2006
Posts: 23
scout is on a distinguished road
Wink

Quote:
Originally Posted by omelette View Post
scout, gotta agree with fx_geezer, the settings you posted result in no trade being opened. Furthermore, the 2 variables 'T3MA_VolumeFactor' and 'MaximiumRisk' (I can only find 'Risk' in the code) you have specified floating point values whereas they are actually integer values in the EA...
hi, sorry for so long not logging in, busy at work,hehe. i think the reason is we are using different version of xpMaEA. i post which version i am using here, hope it helps.
Note: i change some code to keep lots=1 for testing, disable the risk control function. And in this version, there is no JMA indicator.
Hope Coder's guru to develop greater EAs!
Attached Files
File Type: rar xpMaEA_fixed_lots.rar (6.6 KB, 159 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #386 (permalink)  
Old 11-18-2007, 10:08 PM
Senior Member
 
Join Date: Oct 2006
Posts: 125
fx_geezer is on a distinguished road
Hi Scout,

Thanks for this. Unfortunately the results I get are completely opposite to yours. I have used exactly the same settings.

Any ideas?

Thanks.

FXG.
Attached Files
File Type: rar Strategy Tester xpMaEA_fixed_lots.rar (120.1 KB, 84 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #387 (permalink)  
Old 11-19-2007, 08:27 AM
Junior Member
 
Join Date: Jun 2007
Posts: 27
Ronyn is on a distinguished road
Could someone turn this into an EA?

Hi all. If someone is interested and have som free time could you attempt to code an EA for this strategy?
This is not my strategy, this is my modified version on how I trade it. You can find the original strategy here: http://www.forexfactory.com/showthre...=1#post1699435
Anyway, this is how i trade it:

On a 15 min chart, setup a RSI(14) with a 50 level.
Add the XPMA indicator (attached).

Trading rules:
When you get an alarm from the XPMA in the shape of an arrow, check the RSI.
If its above 50 and xpma up we are looking to buy. And the reverse for sell.
Im also trying to decide if the entry should be only if the current candle is bullish for buy and bearish for sell. Dont know how this will affect
losses/profits so it might be nice if there could be such a parameter so set to true or false.

Profit targets and stops:

Inspired by Iandekokers 5pips journal, I have set a lower but higher probability pips target. I set my profi target at 10+spread.
The stoploss, and i guess somone will react to the risk reward ratio here, will be set to 20+spread.
This particular set of rules i have traded since nov 7th, with 19 wins and only 2 losses. Unfortunately i miss alot of trades as i dont have time to watch the screen all day, so an EA would be great.

Anyway, i will attach the XPMA indicator and also the template i use at the moment.

Happy trading.
Attached Files
File Type: tpl acko15.tpl (47.5 KB, 109 views)
File Type: mq4 xpMA.mq4 (10.2 KB, 143 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #388 (permalink)  
Old 11-19-2007, 11:55 AM
Junior Member
 
Join Date: Jun 2007
Posts: 27
Ronyn is on a distinguished road
Hi, just noticed that my post had been moved to this thread and that an EA for xpma exist already. Would it be possible to add an RSI filter to the xpMaEA_fixed_lots EA?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #389 (permalink)  
Old 11-20-2007, 09:28 AM
Junior Member
 
Join Date: Apr 2006
Posts: 4
behof is on a distinguished road
Modifying xpMAEA

Hi Folks !

xpMA is a fantastic indicator !!
I'm testing it on demo account and it works quite well...
Could anybody change the existing EA in that way, that a buy
order will be closed when the down arrow appears and vice versa ?
At the moment we have TP, SL and trailing stop.

Thanks in advance and happy trading !

Bernhard
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #390 (permalink)  
Old 11-20-2007, 10:44 AM
dxtrade's Avatar
Senior Member
 
Join Date: Jul 2007
Location: Maldives
Posts: 194
dxtrade is on a distinguished road
Hi everybody,

the EA is giving me a "zero divide" message at every tick in the expert tab, everytime he's calling the xpMA indicator.

Any idea?
__________________
Happy Trading...

"Failure is only a temporary change in direction to set you straight for your next success."
"Winning is a habit. Unfortunately, so is losing."
"It’s so simple to be wise. Just think of something stupid to say and then don’t say it."

"Say what you mean, but don't say it mean!"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
moving average, moving average forex

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/ema-cross/4430-xp-moving-average.html
Posted By For Type Date
Dolly System - Singapore Forex Trading Forum This thread Refback 07-28-2008 02:52 PM
The Simple System - Page 45 This thread Refback 06-09-2008 09:08 PM
Coders? This thread Refback 04-21-2008 05:30 PM
Singapore Forex Trading Forum - Re:Dolly System - Singapore Forex Trading This thread Refback 04-10-2008 10:56 PM
Forex | Trader Blog | Forex Trading | FX Operator - Re:Dolly System - FX Operator This thread Refback 03-12-2008 01:16 PM
Forum Forum - Moving Averages (Simple, Exponential, Weighted, etc) This thread Refback 02-14-2008 10:34 AM
Coders? This thread Refback 02-07-2008 08:02 PM
FX Operator | Singapore Forex (FX) Currency Trading | System, Good, Using, Still, Here This thread Refback 12-26-2007 04:27 PM
Untitled document This thread Refback 11-16-2007 02:21 PM
WoW ! Oh My God ! Guys take a look at this indicator ! - Forex Forum This thread Refback 11-14-2007 10:35 PM
Is there such a beast This thread Refback 10-12-2007 11:03 AM
Is there such a beast This thread Refback 10-11-2007 07:37 PM
Is there such a beast This thread Refback 10-11-2007 07:01 PM
Forex (FX) Trading | Currency Market | FX Operator - Dolly System - This thread Refback 10-02-2007 01:05 PM
WoW ! Oh My God ! Guys take a look at this indicator ! - Forex Forum This thread Refback 09-29-2007 01:53 PM
INDIKATOR XP for META $ - GoldAge Forums This thread Refback 09-09-2007 12:55 PM
WoW ! Oh My God ! Guys take a look at this indicator ! - Page 2 - Forex Forum Post #367 Pingback 08-23-2007 04:19 PM
The Simple System - Page 45 This thread Refback 08-15-2007 12:54 AM
The Simple System - Page 45 This thread Refback 08-06-2007 07:43 AM
The Simple System - Page 45 This thread Refback 08-06-2007 07:05 AM
The Simple System - Page 45 This thread Refback 08-05-2007 03:15 PM
WoW ! Oh My God ! Guys take a look at this indicator ! - Forex Forum This thread Pingback 07-18-2007 07:01 PM
Moving Averages (Simple, Exponential, Weighted, etc) - Page 2 - FXAddict Community This thread Refback 07-03-2007 11:52 AM
Forex (FX) Trading | Currency Market | FX Operator - Dolly System - This thread Refback 06-26-2007 04:40 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving Average RSI xcooper Metatrader 4 17 09-14-2008 05:23 PM
EA Moving Average rodrigokaus Expert Advisors - Metatrader 4 7 09-09-2008 10:48 PM
non lag moving average kidhudi Indicators - Metatrader 4 1 07-26-2006 12:52 PM
moving average danu Expert Advisors - Metatrader 4 1 05-31-2006 04:23 AM
How to calculate Moving Average of a Moving Average babarmughal Expert Advisors - Metatrader 4 2 05-15-2006 10:11 AM


All times are GMT. The time now is 10:39 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.