Thread: MQL4 Learning
View Single Post
  #376 (permalink)  
Old 05-07-2008, 03:38 AM
MMDealer MMDealer is offline
Junior Member
 
Join Date: Feb 2008
Posts: 3
MMDealer is on a distinguished road
Programmers, Please Read.

Hey guys,

Im looking for a bit of help. Im learning to code, very slowly, however i was just looking for advice as to how i can write the following EA.

I have been trading this live for a couple of months now, with alot of success.

Apply a 6EMA to the Batfink Trend Change Indicator. On the 4hr chart on your pair of choice (i prefer GBPUSD and GBPJPY):

Short when 6EMA slope changes from positive to negative

Long when 6EMA slope changes from negative to positive.

Im looking for an EA that can enter on these signals immediately, with 2 lots on each order, so the TP's can be managed. External Variable on the following would be great, to chnage up the EA on each pair traded:

- Initial Stop Size
- Initial TP on 1st lot
- Initial TP on 2nd lot
- Point at which Trailing stop is applied. (ive been doing this when first TP is hit)
- Depth of Trailing Stop

The indicator is attached, the 6EMA has to be overlayed. Thanks ALOT to anyone who can take the time to help with this code. I think it is very promising as a set and forget system.

Cheers,
Mitch.
Attached Images
File Type: jpg IndicatorPic.JPG (80.7 KB, 121 views)
Attached Files
File Type: mq4 BatFink Trend Change Indicator.mq4 (3.4 KB, 18 views)
Reply With Quote