The hyperdrive_account is a core object in the bot workflow. One of it's principal outputs is a HyperdriveMarketAction, for example a list of these is returned from the get_trades function, which is used heavily.
However, the interface functions, such as open_long, should be able to return these actions, putting them entirely behind-the-scenes.
The hyperdrive_account is a core object in the bot workflow. One of it's principal outputs is a HyperdriveMarketAction, for example a list of these is returned from the
get_trades
function, which is used heavily.However, the interface functions, such as open_long, should be able to return these actions, putting them entirely behind-the-scenes.