|
Let's start with a simple example to get accustom to the way the program works. After a bit of practice we will be able to build very complex trading systems.
Description:
This Trading System, enters long when the close of the day is greater than the value of the moving average constructed on the close of periods expressed by Opt1 and enters short when the close of the day is less than the value of the same moving average. This Trading System, also close the previous operation at the same time a new one is opened.
NB Opt1 is an Option common to all modules, therefore can be used on any module. In this case it assumes values from 1 to 50 with increments of 1. Remember than the options are used to test the Trading System which will tell which values of Opt1 in the paste have obtained the best results.
Insert on the right box in the Trading systems management window (using copy and paste), the code shown here below
Common Options
Enter Long
Exit Long
Enter Short
Exit Short
|