|
OzFx v1.0 Expert Advisor
Here is the EA for the OzFx daily system. It has been tested on the EURUSD D1 chart with success. It follows the initial OzFx's methodology, thus it lacks the 200SMA filter. That will be incorporated in future versions.
Here are the settings:
Magic. This is the unique ID for this EA to differenciate it from other EAs. If you using multiple EAs in one account, make sure that each magic number is unique.
Lots. This the amount of lots you want to trade if MoneyManagement is not used (see below). If MoneyManagement is used, the EA will calculate this value for you.
MoneyManagement. (Not to be confused with OzFx's definition of Money Management). This feature will let the EA calculate how much lots to trade based on how much you want to use your free margin (or account balance). If not used, the amount of lots to trade will be based on the Lots value above.
UseFreeMargin. If MoneyManagement is set to true, then the EA will use the percentage of free margin based on this setting. For example, if you put 100 here, the EA will use all of your available free margin. If you put 50 here, the EA will use half of your free margin available, and so on. Enter anywhere between 1 to 100 depending on how big or small risk/profit you want to take.
AccountType. Set this to the type of account you are currently using:
0 for large accounts where min lot is 1 and pip price per lot is $10.
1 is for mini accounts where min lot is 0.1 and pip price per lot is $10 (for example North Finance)
2 is for micro accounts where min lot is 0.01 and pip price per lot is $10 (for example Alpari UK)
3 is for Interbank FX nano accounts where min lot is 0.01 and pip price per lot is $1.
Leverage. Set this to the amount of leverage your broker has given you. If you have 1:100 leverage, enter 100 here. If you don't know, leave it as default.
UPDATE: THE LATEST & STABLE EA CAN BE FOUND ON POST#135, PAGE 14
Last edited by azmel; 02-27-2008 at 09:29 AM.
|