algobulls / pyalgotrading

Official Python Package for Algorithmic Trading APIs powered by AlgoBulls

Home Page:https://algobulls.github.io/pyalgotrading/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save parameters from previous backtest run for the papertrade run

prithviraj-gotepatil-algobulls opened this issue · comments

  • Once a strategy has been backtested, if a user wants to papertrade on the same strategy for same parameters as backtesting, allow him to just call .papertrade() function with only strategy, start/end times.
  • The other parameters, which are same as BT, should be picked up from BT automatically
  • This issue is taken in this PR: #31