exit methods

How to categorize your strategies by exit type quickly and efficiently

Exit methods databank columns snippets bundle

StrategyQuant X can generate a large number of strategies based on several input parameters. One of them is the option to choose different exit methods ( Exit Types)  from which StrategyQuant X selects.

 

 

The result of generating strategies in BUILDER or retesting in RETESTER can be a large number of strategies with different types of exits. The question is how to categorize these strategies by their exits.  Until now, the only possible way was to do it manually by analyzing after strategy.  ( without external scripts… )

This bundle of databank column snippets can be a new solution which can help you identify Exit Methods used in the strategy. They return the percentage share of a specific exit method from all exit methods used in every strategy.

Another promising usage is to use these snippets as fitness in strategy builder. You should be able to tell StrategyQuant X genetic builder engine which strategies should be preferred during the building process.

Exit Complexity

Another useful tool is Exit complexity a snippet – databank column that returns a summation of the used exit methods. Theoretically, if the simpler strategy is more robust, then a lower exit complexity should indicate a more robust strategy. Again, it can be used as a fitness function.

 

Both snippets you can donwload here: https://strategyquant.com/codebase/exit-methods-snippet-bundle/

 

クローネックス / イヴァン・フーデツ

イヴァン・フデツ — フォーラム上の「クロネックス」

私は15年間トレードを続けており、2014年からStrategyQuant Xを活用してシステムを構築しています。 現在は主に3つの活動を行っています。自動取引戦略の開発と実戦テスト、SQX本体をカスタムインジケーターやスニペット、機械学習やクオンツ研究のためのPythonツールで拡張すること、そして他のトレーダーが、私がこれまで経験してきたような長年にわたる高価な失敗をせずに、より早く目標に到達できるよう支援することです。.
ほとんどのリテール向け戦略はバックテストでは素晴らしく見えても、実運用では崩壊します。私の仕事はその逆です。すなわち、誠実で、検証済みであり、リアルマネーを託せるほど頑健な戦略です。そのプロセスにおける良い点、醜い点、そして誰も語らない過剰適合について、私のサイト(algotrading.space)で書いています。.
バリデーションやカスタムSQXの開発、データとコードを活用した本当のエッジ構築についてさらに深く掘り下げたい場合は、そこでそのすべてを共有しています。.  www.algotrading.space

13 コメント
最古の
最新 最も投票された
GaryAitcheson
GaryAitcheson
17. 12. 2020 6:13 pm

Thank you for this! Is the exit complexity column called “Exit quality?” Lower is better, right?

clonex
clonex
返信する  GaryAitcheson
18. 12. 2020 10:50 am

Exit Complexity is the sum of all used exit methods and Exit Quality is a different snippet: Net Profit/total MFE ( som of all MFE ). So lower = better too.

cofirazak
返信する  clonex
28. 10. 2022 9:15 pm

if we do Net Profit/total MFE then why you say lower = better?
Isn’t it greater = better?

if total MFE = 100
そして Net Profit = 90
then 90/100 = 0.9

but Net Profit = 90
then 30/100 = 0.3

so greater = better!

kasinath
kasinath
18. 12. 2020 4:43 pm

This is a great contribution to the community. Thanks for sharing this!

clonex
clonex
返信する  kasinath
23. 12. 2020 7:02 pm

Enjoy!

ジェイソン
ジェイソン
19. 12. 2020 3:54 am

Gratefully received as always. Thanks Clonex for your continued efforts in improving the software.

clonex
clonex
返信する  ジェイソン
23. 12. 2020 7:03 pm

Glad to help

GRoundofInferno
GRoundofInferno
10. 1. 2021 5:59 pm

thank you Clonex for great work. Very valuable snippets

nrsimha
7. 8. 2021 11:38 am

Hi. There is no link for the snippets in the blog post. Where can I get them?

tomas262
管理者
返信する  nrsimha
9. 8. 2021 3:42 pm
MuSa
16. 8. 2022 9:14 am

I download two .sxp file. Where should I put them?and how to use them?

チャド・リン
返信する  MuSa
14. 1. 2026 4:33 am

Click the code editor on the top right on AlgoWizard, and click Import.

続きを読む