QMT Quantitative Trading Software Use Raiders (3) - Strategy Operation

After the strategy is written, click Compile to save the strategy. The compile button only serves as a save function in the Python strategy, and does not check the correctness of grammar and references. Then click Run to see the effect of the strategy operation (if there is an error, an error will be reported at the log output location)

Strategy Editor-Run If the current interface of the system is the "market" interface or the "trading" interface, before clicking Run, you need to manually set the K-line type and period in the market. After clicking Run, the strategy can be displayed on the current main chart run, as shown in the figure below.

 

If one of the strategy running states is that the current interface of the system is in the "My Homepage" interface or the non-quote interface such as "Model Research" and "Model Trading", when you click Run, it will be based on the default period and period set in the Strategy Editor - Basic Information Default breed runs

 

Strategy running status 2 When the selected running location is the sub-picture, if you want to close the strategy, just close the attached picture of the strategy running under the main picture.

 

Close one of the running policies

 

 Close the running strategy 2. When the selected running position is superimposed on the main graph, if you want to close the strategy, right-click on the main graph to cancel the overlay indicator. When the selected operating position is the main image, the keyboard wizard can input KLINE to end the model operation.

Guess you like

Origin blog.csdn.net/LIUTIAN902/article/details/126623518