-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
pulling in equity curve #214
Answered
by
kernc
gaussianswan
asked this question in
Q&A
-
Not sure if this is a dumb question but is it possible to pull in the equity curve after we have run our backtest? Thanks
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
kernc
Dec 29, 2020
Pull in?
stats = backtest.run(...) stats._equity_curve.Equity: pd.Series
It's right there in the quick start manual. 😒
Replies: 1 comment 1 reply
-
Pull in?
stats = backtest.run(...) stats._equity_curve.Equity: pd.Series
It's right there in the quick start manual. 😒
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 2
1 reply
-
i clearly can't read. thanks!
Beta Was this translation helpful? Give feedback.
All reactions
-
😄 1
Answer selected by
kernc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment