Forex
Google

Go Back   Forex Trading > Trading systems > Ema Cross
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


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 Thread Tools Display Modes
  #1 (permalink)  
Old 02-03-2007, 12:44 PM
forexjedi forexjedi is offline
Junior Member
 
Join Date: Feb 2007
Posts: 1
forexjedi is on a distinguished road
Exclamation EA for MA cross with take profit levels

Traders and programmers,

Im looking for an EA with the specifics are below.

-EMA cross (adjustable) 5ema to close being the lead and 5ema to the open
-lots size (adjustable)
-close trade and reverse on the cross with the completed bar.
-any pair and time frame
-4 different take profits with adjustable take profit lot sizes 21,34,55,89 and a 100 pip traling stop. I trade 5 lots at a time so the last lot will stay in the game till a cross occurs.
-needs to work with IBFX micro accounts.

This is also a passive low risk winning strategy I encourage traders to use it. Thanks in advance for any help anyone puts forth. I dont need the source code and the author can have full credit for the EA.

FJ
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-09-2007, 04:26 PM
ryanklefas's Avatar
ryanklefas ryanklefas is offline
Senior Member
 
Join Date: Apr 2006
Location: USA
Posts: 440
ryanklefas is on a distinguished road
I'll see what I can do. So you want it to open trades when a NEW bar opens AND after a cross?
__________________
"Don't work harder, work smarter." -- my Java professor

Coder for Hire:
http://www.firecell-fx.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-09-2007, 04:33 PM
ryanklefas's Avatar
ryanklefas ryanklefas is offline
Senior Member
 
Join Date: Apr 2006
Location: USA
Posts: 440
ryanklefas is on a distinguished road
Also, do you want the trailingstop to always be active (thus allowing for a loss), or do you want the trailingstop to activate once the trade is in profit (thus never taking a loss)?
__________________
"Don't work harder, work smarter." -- my Java professor

Coder for Hire:
http://www.firecell-fx.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-14-2007, 05:56 PM
ryanklefas's Avatar
ryanklefas ryanklefas is offline
Senior Member
 
Join Date: Apr 2006
Location: USA
Posts: 440
ryanklefas is on a distinguished road
Test out what I have so far and tell me what you think.
Attached Files
File Type: mq4 MA cross with take profit levels 4.mq4 (8.0 KB, 255 views)
__________________
"Don't work harder, work smarter." -- my Java professor

Coder for Hire:
http://www.firecell-fx.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 03-02-2007, 04:24 PM
ryanklefas's Avatar
ryanklefas ryanklefas is offline
Senior Member
 
Join Date: Apr 2006
Location: USA
Posts: 440
ryanklefas is on a distinguished road
Further update on MA Cross with profit targets

I've made a number of additions to the EA since my last post:


1) Improved the profit targets; you can now input different lot sizes per target
2) Added a breakeven feature
3) Added the ability to change the MODE of the Moving Average: 0 Simple moving average, 1 Exponential moving average, 2 Smoothed moving average, 3 Linear weighted moving average.
4) The EA now enters a trade on a new candle, not immediately
5) Added an option to have the EA close its orders when the MAs cross again or when trend is over (allowClosing)
6) Added "Anchors" to help the EA decide when the prices are ranging, so as to prevent losses. The Anchor values are the shift periods that the EA will look to to decide if the market has been previously trending and whether or not to enter.


The post contains the latest EA, along with its source. Don't be shy guys! Post and tell me what you think!
Attached Files
File Type: ex4 MA Cross Advanced.ex4 (14.7 KB, 159 views)
File Type: mq4 MA Cross Advanced.mq4 (13.0 KB, 299 views)
__________________
"Don't work harder, work smarter." -- my Java professor

Coder for Hire:
http://www.firecell-fx.com

Last edited by ryanklefas : 03-02-2007 at 04:32 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-02-2007, 05:50 PM
kayu kayu is offline
Junior Member
 
Join Date: Nov 2005
Posts: 8
kayu is on a distinguished road
ryanklefas
Could you please help me with this EA

this is EMA cross system 5X13 ,so please add SL, change EMA 13 X 76
and lot size option .I mean 1 lot and also o,1 lot etc

Thanks
Attached Files
File Type: mq4 RobBooker.mq4 (3.4 KB, 138 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-02-2007, 06:16 PM
Craig Craig is offline
Senior Member
 
Join Date: Feb 2006
Location: New Zealand
Posts: 249
Craig is on a distinguished road
Quote:
Originally Posted by ryanklefas
The post contains the latest EA, along with its source. Don't be shy guys! Post and tell me what you think!
That's a crazy brace style, agghh!! my eyes!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 03-02-2007, 11:00 PM
ryanklefas's Avatar
ryanklefas ryanklefas is offline
Senior Member
 
Join Date: Apr 2006
Location: USA
Posts: 440
ryanklefas is on a distinguished road
Quote:
Originally Posted by kayu
ryanklefas
Could you please help me with this EA

this is EMA cross system 5X13 ,so please add SL, change EMA 13 X 76
and lot size option .I mean 1 lot and also o,1 lot etc

Thanks
I just looked over the code, I didn't test it, but as far as I can tell, all of the options you asked for are already in the EA; they are external variables. The "TrailingStop" for this EA doesn't trail either, so that's your stoploss.
__________________
"Don't work harder, work smarter." -- my Java professor

Coder for Hire:
http://www.firecell-fx.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 03-03-2007, 03:37 AM
kayu kayu is offline
Junior Member
 
Join Date: Nov 2005
Posts: 8
kayu is on a distinguished road
ryanklefas


Trailing stop not working , and i dont know real reason .
SL happen only in the crosses of EMA , so if possible I want place SL setting for option 35-50pips . Also TP same logic , so if possible place TP option in the code
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 03-03-2007, 03:44 AM
iscuba11's Avatar
iscuba11 iscuba11 is offline
Senior Member
 
Join Date: May 2006
Location: Houston
Posts: 400
iscuba11 is on a distinguished road
Smile

Quote:
Originally Posted by forexjedi
Traders and programmers,

Im looking for an EA with the specifics are below.

-EMA cross (adjustable) 5ema to close being the lead and 5ema to the open
-lots size (adjustable)
-close trade and reverse on the cross with the completed bar.
-any pair and time frame
-4 different take profits with adjustable take profit lot sizes 21,34,55,89 and a 100 pip traling stop. I trade 5 lots at a time so the last lot will stay in the game till a cross occurs.
-needs to work with IBFX micro accounts.

This is also a passive low risk winning strategy I encourage traders to use it. Thanks in advance for any help anyone puts forth. I dont need the source code and the author can have full credit for the EA.

FJ
What time frame are we supposed to use this on??

Dave
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

vB 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
MA cross/Price cross MA EA Pipsta_UK Expert Advisors - Metatrader 4 5 05-10-2007 08:50 PM
Profit levels taker redpicasso Suggestions for Trading Systems 5 03-14-2007 12:03 AM
Levels chris1085 Indicators - Metatrader 4 1 02-14-2007 06:47 PM
profit Vs Profit factor cardio Metatrader 4 4 02-10-2006 06:24 PM


All times are GMT. The time now is 09:11 AM.