Archive

Posts Tagged ‘adviser programming’

Expert Adviser Programming 304

April 30th, 2009 Comments off

Construct an Expert Adviser for metatrader platform according to detailed instructions. Brief outline is below:
1/conditions for taking the trade
2/managing the trade
3/option of ‘safety hedge’ function
4/normal added features: email alerts, spread parameter, lot sizes, time start & stop etc

Only competent MQL4 programmers apply please.

Expert Adviser Programming 274

April 26th, 2009 Comments off

This an existing expert adviser that need some further functions/indicators adding to it

Expert Adviser Programming 234

April 22nd, 2009 Comments off

To build an Expert adviser for metatrader 4.

This Expert Adviser takes an existing custom indicator & uses the signal conditions within the indicator to trigger trades.

Firstly the custom indicator used needs some extensions to allow parameter changes (change of values for indicator) to be set in the properties.

Expert Adviser:
Added variables will be standard such as:
Lot size
time start
time stop
Slippage allowed
Spread parameter
Magic number

Some conditions within the custom indicator will be able to be ‘turned off’ or ‘turned on’ by selecting true/false in the properties.

The Expert adviser uses ‘invisible stops’ – where the stops are set internally & executed by ‘instant execution’ rather than by stop limits.

Bear