
Note: There are many possible ways to manage trades and orders for backtests. For the purpose of the demonstration, the Buy and Sell signals will be formula based, and the management of those orders will be done through a pre-configured Order Window.
Backtest Guide covers the following:
Backtesting Cheat Sheet:
CRITICAL:
A signal backtest uses bar data and study data functions to generate signals. This is done while Disconnected to data feed, and in the following examples using the Spreadsheet System for Trading study.
The spreadsheet contains bar and study data, with row 3 being the current forming bar. There are columns for Buy Entry and Sell Entry which is how signal logic is created. These signals when true (value of 1) will paint markers on the charts (or take trades if Autotrader is enabled).
It is possible to both forward test live trades when signals are true, or backtest those signals which can be fully traded, and results exported for analysis.
While there may not be an abundance of videos around this, Youtube does have some how-to videos for back testing which can be helpful.
Tip: By default, a Sierra Chart spreadsheet will come with 16 blank columns for traders to utilize. To increase this simply open the Settings and Inputs window for the spreadsheet and adjust ‘Number of Formula Columns’ to the desired figure.