Your First Script. Use the Clone button.

There are two fully functioning algos into our Public Scripts “Base Working Strategies”. These are for you to see how you can easily get up to speed with a fully functioning trading algorithm.

CQ_Basic_Bull_Momentum
This strategy looks for a 5 minute uptrend before submitting an order for 100 shares. It then watches the position and closes the position if the target profit is reached.

CQ_TD_Sequential_Base
This strategy is an implementation of the DeMark Indicators Bear Flip strategy. This algo strives to predict when a bear downturn is reaching a point where it will turn into a bull market.

Both these scripts are heavily documented and easy to save (clone) into your own algo script library.

Once you have saved the script you can easily submit it for testing by pressing the “Backtest” tab.

For more information please read the tutorial here.

Sign In or Register to comment.