Skip to content

v0.0.6

Compare
Choose a tag to compare
@jailop jailop released this 13 Dec 13:22
· 19 commits to main since this release
  • SimpleRSIStrategy example has been updated
  • From this version onwards vendor-specific API connectors and library wrappers
    will have their own module file. For example, the wrapper for yfinance now
    it's refered as pybottrader.datastreamers.yfinance
  • evaluate method for the Strategy class now receives a named argument:
    data. It is a Python dictionary provided by data streamers.
  • process method for the Portfolio class now receives as the argument a
    StrategySignal object.