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 (2) Thread Tools Display Modes
  #41 (permalink)  
Old 10-28-2007, 09:59 AM
elitecamper's Avatar
Senior Member
 
Join Date: May 2007
Posts: 132
elitecamper is on a distinguished road
A self trained MA cross expert doesn't seem like it would be that hard to do. you would have to run two terminals one for optimizing and then the other to run the EA. You can optimize every number of set bars, or every bar if u use a higher time frame like 4h, maybe 1h if you limit the range. Or you could optimize it everyday at a specific time.

I like crossover strategies too Codersguru but I disagree with whoever said u have to keep reoptimizing in order for a crossover strategy to continue to work, its usually not the case.

and self training might actually be a bad idea in the end.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #42 (permalink)  
Old 12-05-2007, 08:17 PM
leeb's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 352
leeb is on a distinguished road
Hi, I coded in about an hour the EA attached but don't have time to work on it any more, it is based on the ideas from post 6 to make a self training ma cross. Could someone take a look and lets improve it together ?
The code isn't the neatest I was in a rush !
Hope it can help someone though
Attached Files
File Type: mq4 selfteachingma2.mq4 (3.3 KB, 245 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #43 (permalink)  
Old 12-05-2007, 08:26 PM
Banned
 
Join Date: Nov 2007
Posts: 374
oilfxpro is on a distinguished road
Quote:
Originally Posted by leeb View Post
Hi, I coded in about an hour the EA attached but don't have time to work on it any more, it is based on the ideas from post 6 to make a self training ma cross. Could someone take a look and lets improve it together ?
The code isn't the neatest I was in a rush !
Hope it can help someone though

Hi folks

Forgive me if I spoil the party .MA crosses on their own do not work.In a ranging market you get all the losses.

If it was self trained would it enter earlier?You still have the same problem in ranging markets

How would you use it?

Could you not use a quicker moving average for the fast moving average or lwma or faster hma

Can somebody explain what I am missing?

OILFXPRO
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #44 (permalink)  
Old 12-06-2007, 07:29 AM
ace ace is offline
Member
 
Join Date: Jan 2006
Posts: 67
ace is on a distinguished road
are Better's profits a result of this thread ?

interview: News - Automated Trading Championship 2007
Attached Images
File Type: jpg atc.jpg (26.0 KB, 998 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #45 (permalink)  
Old 12-06-2007, 07:52 AM
Administrator
 
Join Date: Sep 2005
Posts: 15,984
Blog Entries: 69
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by oilfxpro View Post
Hi folks

Forgive me if I spoil the party .MA crosses on their own do not work.In a ranging market you get all the losses.

If it was self trained would it enter earlier?You still have the same problem in ranging markets

How would you use it?

Could you not use a quicker moving average for the fast moving average or lwma or faster hma

Can somebody explain what I am missing?

OILFXPRO
Yes it was an idea to create EA which will be optimized for the best settings by itself. I mean once per week Ea will be optimized automatically and new settings will be placed in EA automatically and everything is without our participation.

Because problem with any MA crossing system is the following: market is changing more quickly than settings in EA and it is more related to MA systems. So, it was a decision ...
But later on I saw the article about automatic auto-optimizing EA during the trading with new settings placing to EA with any human participating ... it was on Metaquotes website ... So, the problem can be solved at least for coders and for EAs ... But still problem for indicators if we want to have indicators optimized by settings automatically once a half a year or once per month for example.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #46 (permalink)  
Old 12-06-2007, 08:20 AM
leeb's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 352
leeb is on a distinguished road
Hi newdigital, could you post a link to that metaquotes article about self-optimising systems ? Thanks, Lee
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #47 (permalink)  
Old 12-06-2007, 08:32 AM
Beno's Avatar
Senior Member
 
Join Date: Aug 2006
Location: London
Posts: 256
Beno is on a distinguished road
I think this is the link

Automated Optimization of a Trading Robot in Real Trading - MQL4 Articles
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #48 (permalink)  
Old 12-06-2007, 08:43 AM
igorad's Avatar
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 800
igorad is on a distinguished road
You can find it here.

Also I think that any indicator with some signal algorithm can be used as the simplest tester because we can calc cumulative profit. So it should facilitate process of optimization.


Quote:
Originally Posted by leeb View Post
Hi newdigital, could you post a link to that metaquotes article about self-optimising systems ? Thanks, Lee
__________________
Let's improve trade skills together
http://finance.groups.yahoo.com/group/TrendLaboratory
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #49 (permalink)  
Old 12-06-2007, 08:47 AM
leeb's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 352
leeb is on a distinguished road
Thanks guys, looks interesting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #50 (permalink)  
Old 12-06-2007, 08:54 AM
primajaya's Avatar
Senior Member
 
Join Date: Aug 2006
Posts: 160
primajaya is on a distinguished road
Quote:
Originally Posted by leeb View Post
Hi, I coded in about an hour the EA attached but don't have time to work on it any more, it is based on the ideas from post 6 to make a self training ma cross. Could someone take a look and lets improve it together ?
The code isn't the neatest I was in a rush !
Hope it can help someone though
Thank's leeb..
I'll check it out

Pj
__________________
You said "why?".. I said "why not?!"

Invest yourtime be4 you invest your money
Broker for 5$ Free
Trading system 4free
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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 On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/ema-cross/2459-self-trained-ma-cross.html
Posted By For Type Date
פורום - STRATEGY BANK This thread Refback 06-07-2008 07:20 PM
פורום - STRATEGY BANK This thread Refback 12-13-2007 01:27 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ema Cross! codersguru Ema Cross 732 08-29-2008 05:34 AM
MA cross/Price cross MA EA Pipsta_UK Expert Advisors - Metatrader 4 5 05-10-2007 08:50 PM
3 MA cross demontaz Indicators - Metatrader 4 2 04-15-2007 06:24 AM
ema cross 1f4 General Discussion 5 05-21-2006 03:13 PM


All times are GMT. The time now is 04:35 PM.



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