Account Management#

Account management functions are used to get your accoutn value, cash, etc. You can see a list of them below:

get_portfolio_value()

Get the current portfolio value (cash + net equity).

get_cash()

Get the current cash value in your account.

get_position(asset)

Get a tracked position given an asset for the current strategy.

get_positions()

Get all positions for the account.