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
Portfolio
Portfolio.add()
Portfolio.balance()
Portfolio.balances
Portfolio.base_balance
Portfolio.clock
Portfolio.exchange_pairs
Portfolio.exchanges
Portfolio.get_wallet()
Portfolio.initial_balance
Portfolio.initial_net_worth
Portfolio.ledger
Portfolio.locked_balance()
Portfolio.locked_balances
Portfolio.net_worth
Portfolio.on_next()
Portfolio.performance
Portfolio.profit_loss
Portfolio.registered_name
Portfolio.remove()
Portfolio.remove_pair()
Portfolio.reset()
Portfolio.total_balance()
Portfolio.total_balances
Portfolio.wallets
- tensortrade.oms.wallets.wallet module