StrategyQuant X platform codebase – a place to share coded customizations and extensions – among all users.
Programming documentation is available here: Programming for SQ
Quick links to the main documentation articles and examples:
How to extend StrategyQuant X: | Building block examples: Adding Envelopes indicator – step by step | Databank columns / metrics: |
All contents:
Net Profit divided by %Drawdown – is a good indicator of how quickly a strategy can recover from a loss
Randomizes only the exit parameters.
Bundle of databank column snippets which can help you identify Exit Methods used in the strategy.
Second file is Exit Complexity – databank column which returns a summation of the used exit methods.
This Databank snippet returns the median Number of Trades of all tested additional markets.
This Databank snippet returns the median Stability SQ3 of all tested additional markets.
This Databank snippet returns the median Net profit of all tested additional markets.
This Databank snippet returns the median Profit factor of all tested additional markets.
This snippet cut the biggest profits/losses from the original trades list.
If you set 5%; snippet will cut 2,5% biggest profits and 2.5% of the biggest losses.