-
Hi Everyone, Appreciate it if anyone can point out how to filter out 'win_rate' results with .deep_getattr in an optimized portfolio I'm currently using total_profit, I would like to keep using it, just filter out win_rate results. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
auraxchan
Apr 8, 2022
Replies: 1 comment
-
Solved using deep_getattr('total_profit')[function.trades.win_rate() == 1.000000000] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
auraxchan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved using deep_getattr('total_profit')[function.trades.win_rate() == 1.000000000]