In this Quick Start guide, we are going to create a Moving Average Crossovers trading robot
If you haven’t already, install Trading SM as explained in the Install article.
In Trading SM, we can build robots with a pre-created template. The template contains many features already added to the robot. In this tutorial, we create a trading robot using this template.
Open Trading SM and go to File -> New with template.
Now, we add the conditions to open buy and sell positions.
After that, we assign those conditions to the corresponding Long and Short rules. Rules are group of conditions. These rules are associated with trading actions, like buy and sell.
Time to select the features of our robot. Template Settings will do all the magic.
Finally, we save and compile the trading robot.
After compilation, we refresh the terminal and the new Expert Advisor with the name assigned will be available in our MetaTrader terminal ready to be used in the Strategy Tester.
If we want to use the EAs in live mode, then we have to Upgrade to Pro and activate the live mode from General Settings before compilation.