MQL4 - automated forex trading   /  

Code Base

Code Base  Expert Advisors  e-TurboFx To post a new code, please log in or register

This Expert Advisor is for
MetaTrader 4
Download MT 4 - 5.5 Mb

Mobile trading!
Buy a license and be mobile in your trading!

Name:
e-TurboFx
Author: RickD (2007.08.04 09:04)
Downloaded: 8581
Download:
 e-TurboFx.mq4 (4.1 Kb) View

extern string _tmp1_ = " --- Trade parameters ---";
extern int N = 3; - numbers of bars to check
extern double Lots = 0.1; - lots value
extern int StopLoss = 70; - stoploss value in points
extern int TakeProfit = 120; - takeprofit value in points
extern int Slippage = 3; - max. allowable slippage value
extern int Magic = 50607; - unique identifier of expert's orders

 

3 comments  To post a new comment, please log in or register

Need more understanding on how the system works.

eze victor

21.09.2007 15:41 vichezgroup
e-TurboFx is an expert advisor not an indicator.
13.09.2007 21:21 RickD

Sir

Pls kindly put me through how to customise and use metaeditor for ones indicator.

Thanks

Kind regards

Oladele.

13.09.2007 17:43 usaoladele