tensortrade.oms.wallets package¶
- tensortrade.oms.wallets.get(identifier: str) Portfolio[source]¶
Gets the TradingStrategy that matches with the identifier.
- Parameters:
identifier – The identifier for the TradingStrategy
- Raises:
KeyError – if identifier is not associated with any TradingStrategy
Submodules¶
- tensortrade.oms.wallets.ledger module
- tensortrade.oms.wallets.portfolio module
PortfolioPortfolio.add()Portfolio.balance()Portfolio.balancesPortfolio.base_balancePortfolio.clockPortfolio.exchange_pairsPortfolio.exchangesPortfolio.get_wallet()Portfolio.initial_balancePortfolio.initial_net_worthPortfolio.ledgerPortfolio.locked_balance()Portfolio.locked_balancesPortfolio.net_worthPortfolio.on_next()Portfolio.performancePortfolio.profit_lossPortfolio.registered_namePortfolio.remove()Portfolio.remove_pair()Portfolio.reset()Portfolio.total_balance()Portfolio.total_balancesPortfolio.wallets
- tensortrade.oms.wallets.wallet module