You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.