StrategyQuant X platform codebase – section for custom Snippets – custom indicators, building blocks, columns, metrics, charts – and sharing these extensions among all users.
How to extend StrategyQuant X: | Building block examples: Adding Envelopes indicator – step by step | Databank columns / metrics: |
All contents:
Quick introduction to how to extend SQ platform with your own indicators, metrics, and other custom features.
How to easily import or export custom indicators and other snippets.
Oversight (cut&paste err) input checking in OnInit()
Step-by-step example on how to add your own custom indicator to SQX.
How to add new engine chart – an example of adding Accepted strategies per hour
step-by-step tutorial on how to add a new indicator block to SQ.
SQN (IS) vs SQN (OOS) ratio – based on user’s request – in this example we’ll be adding new databank column that will be not computed from list of trades, but instead computes a ratio between two already computed columns.
Every statistical value like Net profit, Profit factor, Drawdown, Sharpe ratio etc., is implemented as a databank column snippet. The snippet takes care of computing the value and returning it in the proper format to be displayed in the grid.