|
Custom EA
Hi Derek. I've plugged your indicators and EA into my MT4 platform but your EA settings have been customised for your system so I can't use them for my system. Could I ask you for a great favour, to code an EA for me with the below settings? So I can use it to trade my system, and I'm sure many forum members will also find it useful for entering trades on retracements with whatever systems they are using. Many thanks!
1. Magic Number: (input #)
2. BuyTrail: (input true/false)
3. BuyTrail pips: (input #). When EA is placed on chart and enabled, it trails the current ask price by # pips like a trailing stop. Buy Market Order is entered when the price hits the trail. This is for user who wants to enter at downward retracement.
4. SellTrail: (input true/false)
5. SellTrail pips: (input #). Similar to BuyTrail. Trails the current bid price by # pips like a trailing stop. Sell Market Order is entered when the price hits the trail. This is for user who wants to enter at upward retracement.
Note: If BuyTrail is set to "true" by user, SellTrail must be set to "false" by user and vice versa.
6. Number of lots: (input #)
7. Slippage: (input #). When Market Order is entered, allows for maximum # pips slippage.
8. Take Profit: (input #) # pips from entry price
9. Stop Loss: (input #) # pips from entry price
Last edited by alvin050; 03-24-2009 at 03:02 AM.
Reason: omitted some numbering
|