</> Codebase - Custom Analysis
StrategyQuant X platform codebase – a place to share coded customizations and extensions – among all users.
Custom Analysis
Rename Strategies
This custom analysis snippet simplifies the task of renaming strategies in your databank. It allows you to rename multiple strategies at once based on a custom naming format you specify. This helps organize your databank more effectively, making it easier to manage and identify strategies for specific purposes or tests.
databank
custom analysis
rename
Custom Analysis
Correlation Filter – Custom Analysis
A custom analysis that can be run as a task in custom projects to filter out correlated strategies.
correlation
filter
customanalysis
Custom Analysis
Reading a variable value in a rule triggered on Strategy Init from your strategy settings
In a rule triggered on Strategy Init, for each Assign function, StrategyQuant assign a "AssignVrbVleEntMlt" variable to your variable instead of a value. This article, we will show how to retrieve the value of the original variable in an init rule.
AlgoWizard
XML
rule triggered on Strategy Init
Init Rule
AssignVrbVleEntMlt
Custom Analysis
Rank and Select Strategies by Strategy Metric
Rank and Select Strategies by Strategy Metric
rank
custom analysis
Custom Analysis
Reading Strategy settings, variables, rules and building blocks in few easy step using Xml
How to read each variables values, each the rules from a strategy using Xml. How to use Class XMLUtil ? Which functions are more important ? How to work with JDom Element easily with some example
Building Blocks
XML
Strategy
Strategy settings
Stop Loss
Take Profit
Custom Analysis
Are any Building Blocks better than the other ? Can we find better blocks for our settings, for our instruments and timeframe ? V2
Are any Building Blocks better than the others ? How do we test them ? Can we test them on one Databank ? Can we test Building Blocks on multiple Databanks and improve the Out Of Sample period ? Thanks to our coding sessions and the coding example "changing-strategy-parameters-programmatically" and "viewing-and-changing-strategy-parameters-version-2". We can now create our own custom analysis to get some answer
custom analysis
CodeEditor
Building Blocks