Posted by forex at 8:56 AM
Read our previous post
1. Click 'Start' and then click 'All Programs.'
2. Click 'MetaTrader' and then click 'MetaEditor.'
3. Click 'File' and then click 'New.' Click 'Expert Advisor' and then click 'Next.'
4. Click within the 'Name' box and type a name for your Expert Advisor.
5. Click within the 'Author' box and then type your name.
6. Click within the 'Link' box and then type a URL if you wish the Expert Advisor to be associated with a particular website. Click 'OK' to exit the Expert Advisor wizard.
7. Type your Expert Advisor's Expert Initiation Function within the brackets that are beneath the gray text that reads, 'expert initialization function.'
8. Type your Expert Advisor's Expert Deinitialization Function within the brackets that are beneath the gray text that reads, 'expert deinitialization function.'
9. Type your Expert Advisor's Expert Start Function within the brackets that are beneath the gray text that reads, 'expert start function.'
10. Click the large 'Compile' button when you have completed the three sections of your Expert Advisor's code.