How to plug MetaTrader Expert Advisor into Power Trader
To add MetaTrader Expert Advisor to your Power Trader terminal you need to:
1. Start up your Power Trader platform and run the “PTL Builder” (Tools -> PTL Builder).
2. Go to "Project -> Open" and select the source code file with „*.mq4” extension (compiled *.ex4 EA file won’t work).
3. Compile the EA’s code: “Project -> Compile” (F6 key).
4. Test your EA: „Project -> Run” (F5 key).
5. Close „PTL Builder“.
6. Open up a Chart, left click the grey PC icon in the right hand corner of your Chart and select “New Trading System”.
7. Select your EA and click OK.
8. Configure your EA according to your needs.
To enable (or disable) the EA, change its settings or delete it, you will need to use the same icon of a PC (it should become blue after you plugged in your EA), there should be three icons next to the name of your EA (drive gears, light bulb and a cross).

