</> Codebase - Custom Analysis
StrategyQuant X platform codebase – a place to share coded customizations and extensions – among all users.
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
Strategy
Strategy settings
Stop Loss
Take Profit
Building Blocks
XML
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
Building Blocks
custom analysis
CodeEditor