mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-02 23:07:45 +00:00
1.1 KiB
1.1 KiB
Table of Contents
backtest_account
BackTestAccount Objects
@dataclass
class BackTestAccount()
Account data for backtesting
get_dict
def get_dict(exclude: set = None, include: set = None)
Returns a dictionary of the account data. Using the exclude and include arguments, you can filter the data
Arguments:
excludeset - A set of keys to excludeincludeset - A set of keys to include
asdict
def asdict()
Returns a dictionary of the account data
set_attrs
def set_attrs(**kwargs)
Se the attributes of the account data to the instance