Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I want to persist each trade my strategy is applying. I am getting trades from stats object returned from backtest.run() method. I couldn't figure out an easy way to iterate over the list trades instead I found myself trying to figure out getting values of each attribute like the way below;
My question is, is there a better way to get the list of trades?
Thanks,
Burak
Beta Was this translation helpful? Give feedback.
All reactions