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/

 

Subscribe
Notify of
12 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
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
Reply to  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
Reply to  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
and 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
Reply to  kasinath
23. 12. 2020 7:02 pm

Enjoy!

Jason
Jason
19. 12. 2020 3:54 am

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

clonex
clonex
Reply to  Jason
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
Admin
Reply to  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?

Continue reading