Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AsyncAlgoTrading/aat
/ functions
Functions
492 in github.com/AsyncAlgoTrading/aat
⨍
Functions
492
◇
Types & classes
113
↓ 1 callers
Method
get
(self)
aat/ui/handlers/exchanges.py:32
↓ 1 callers
Method
get
(self)
aat/ui/handlers/trades.py:40
↓ 1 callers
Method
get_data
(self, **psp_kwargs)
aat/ui/handlers/exchanges.py:19
↓ 1 callers
Method
get_data
(self, **psp_kwargs)
aat/ui/handlers/strategy_trade_response.py:18
↓ 1 callers
Method
get_data
(self, exchange, **psp_kwargs)
aat/ui/handlers/instruments.py:19
↓ 1 callers
Method
get_data
(self, **psp_kwargs)
aat/ui/handlers/accounts.py:18
↓ 1 callers
Method
get_data
(self, **psp_kwargs)
aat/ui/handlers/last_price.py:18
↓ 1 callers
Method
get_data
(self, **psp_kwargs)
aat/ui/handlers/strategy_trade_request.py:18
↓ 1 callers
Method
get_data
(self, **psp_kwargs)
aat/ui/handlers/strategies.py:18
↓ 1 callers
Function
get_version
(file, name='__version__')
setup.py:67
↓ 1 callers
Method
historical
get historical data (for backtesting)
aat/exchange.py:115
↓ 1 callers
Function
initialMarketData
(count, instruments=None)
aat/tests/test_order_book.py:22
↓ 1 callers
Method
initialize
Initialize the server competition registry handler This handler is responsible for managing competition registration. Argume
aat/ui/handlers/base.py:15
↓ 1 callers
Method
members
(cls)
aat/enums.py:17
↓ 1 callers
Method
onAnalyze
(self)
aat/tests/test_data_source.py:63
↓ 1 callers
Method
onCancel
(self, data: MarketData)
aat/callback.py:69
↓ 1 callers
Method
onChange
(self, data: MarketData)
aat/callback.py:72
↓ 1 callers
Method
onContinue
(self, data)
aat/callback.py:128
↓ 1 callers
Method
onContinue
(self, data)
aat/tests/test_data_source.py:69
↓ 1 callers
Method
onError
(self, data: MarketData)
aat/callback.py:75
↓ 1 callers
Method
onExit
onExit
aat/callback.py:36
↓ 1 callers
Method
onFill
(self, resp: TradeResponse)
aat/callback.py:66
↓ 1 callers
Method
onFill
(self, resp: TradeResponse)
aat/callback.py:109
↓ 1 callers
Method
onFill
(self, resp: TradeResponse)
aat/query.py:187
↓ 1 callers
Method
onHalt
(self, data)
aat/callback.py:125
↓ 1 callers
Method
onHalt
(self, data)
aat/tests/test_data_source.py:66
↓ 1 callers
Method
onOpen
(self, data: MarketData)
aat/callback.py:63
↓ 1 callers
Method
onTrade
(self, data: MarketData)
aat/callback.py:60
↓ 1 callers
Method
onTrade
process market data on trade
aat/query.py:128
↓ 1 callers
Method
pop
(self, order)
aat/order_book.py:89
↓ 1 callers
Method
price
(self, px)
aat/utils.py:202
↓ 1 callers
Method
push
(self, order)
aat/order_book.py:25
↓ 1 callers
Method
push_tradereq
append trade request to list
aat/query.py:112
↓ 1 callers
Method
push_traderesp
append trade response to list
aat/query.py:119
↓ 1 callers
Method
query_exchanges
get list of exchanges and their available instruments
aat/query.py:66
↓ 1 callers
Method
query_lastpriceall
get last price of all assets
aat/query.py:78
↓ 1 callers
Method
receive
(self)
aat/exchange.py:132
↓ 1 callers
Method
receive
(self)
aat/exchanges/synthetic.py:75
↓ 1 callers
Method
receive
(self)
aat/tests/test_data_source.py:35
↓ 1 callers
Method
registerStrategy
(self, strat: TradingStrategy)
aat/trading.py:122
↓ 1 callers
Method
request
request
aat/strategy.py:18
↓ 1 callers
Method
requestBuy
(self, req: TradeRequest)
aat/execution.py:57
↓ 1 callers
Method
requestBuy
precheck for risk compliance
aat/risk.py:98
↓ 1 callers
Method
requestSell
(self, req: TradeRequest)
aat/execution.py:73
↓ 1 callers
Method
requestSell
precheck for risk compliance
aat/risk.py:102
↓ 1 callers
Method
sell
execute a sell order
aat/order_entry.py:73
↓ 1 callers
Method
seqnum
(self, num: int)
aat/backtest.py:48
↓ 1 callers
Method
setEngine
(self, engine)
aat/strategy.py:14
↓ 1 callers
Function
setup
(app)
docs/conf.py:196
↓ 1 callers
Method
slippage
slippage model. default is pass through
aat/strategy.py:35
↓ 1 callers
Method
subscription
subscription for websocket
aat/market_data.py:17
↓ 1 callers
Method
terminate
(self)
aat/trading.py:177
↓ 1 callers
Method
tickToData
(self, tick: str)
aat/backtest.py:51
↓ 1 callers
Method
tickToData
(self, jsn: dict)
aat/exchanges/gemini.py:117
↓ 1 callers
Method
ticker
(self, instrument: Instrument = None, currency: CurrencyType = None)
aat/exchange.py:78
↓ 1 callers
Function
trade_req_to_params
(req)
aat/utils.py:110
↓ 1 callers
Method
transactionCost
txns cost model. default is pass through
aat/strategy.py:39
↓ 1 callers
Method
updateAccounts
update the holdings and spot value of accounts
aat/query.py:211
↓ 1 callers
Method
update_positions
update positions based on a trade
aat/query.py:251
Function
PYBIND11_MODULE
cpp/include/aat/enums.hpp:97
Function
PYBIND11_MODULE
cpp/include/aat/binding.hpp:7
Method
__eq__
(self, other)
aat/structs.py:65
Method
__eq__
(self, other)
aat/structs.py:115
Method
__eq__
(self, other)
aat/structs.py:160
Method
__eq__
(self, other)
aat/structs.py:188
Method
__hash__
(self)
aat/enums.py:72
Method
__hash__
(self)
aat/structs.py:74
Method
__init__
(self, name, sourcedir='')
setup.py:84
Method
__init__
(self, options: ExecutionConfig, exchanges: List[Exchange], accounts: List[Account])
aat/execution.py:10
Method
__init__
(self, *args, **kwargs)
aat/market_data.py:10
Method
__init__
(self)
aat/callback.py:57
Method
__init__
(self, onTrade=True, onReceived=True, onOpen=True,
aat/callback.py:80
Method
__init__
(self, price, volume)
aat/order_book.py:8
Method
__init__
(self, instrument: Instrument)
aat/order_book.py:17
Method
__init__
(self, instruments)
aat/order_book.py:106
Method
__init__
(self, options: RiskConfig, exchanges: List[Exchange], accounts: List[Account])
aat/risk.py:12
Method
__init__
(self)
aat/utils.py:194
Method
__init__
(self, query=None, exchanges=None, *args, **kwargs)
aat/strategy.py:10
Method
__init__
(self, options: TradingEngineConfig, ui_handlers: list = None, ui_settings: dict = None)
aat/trading.py:19
Method
__init__
(self, exchange_type: ExchangeType, options: ExchangeConfig,
aat/exchange.py:16
Method
__init__
(self, *args, **kwargs)
aat/data_source.py:43
Method
__init__
(self, underlying: PairType, type: InstrumentType = InstrumentType.PAIR,
aat/structs.py:50
Method
__init__
(self, underlying: PairType, expiration: datetime, size: fl
aat/structs.py:137
Method
__init__
(self, options: BacktestConfig)
aat/backtest.py:21
Method
__init__
(self, trading_type: TradingType = None, exchanges: List[ExchangeType] = Non
aat/query.py:17
Method
__init__
(self, exchange_type: ExchangeType, options: ExchangeConfig)
aat/exchanges/poloniex.py:10
Method
__init__
(self, exchange_type: ExchangeType, options: SyntheticExchangeConfig,
aat/exchanges/synthetic.py:17
Method
__init__
(self, exchange_type: ExchangeType, options: ExchangeConfig)
aat/exchanges/kraken.py:10
Method
__init__
(self, filename, *args, **kwargs)
aat/strategies/data_capture.py:7
Method
__init__
(self, long: int = 20, short: int = 5, *args, **kwargs)
aat/strategies/sma.py:8
Method
__init__
(self, *args, **kwargs)
aat/strategies/buy_and_hold.py:67
Method
__init__
(self)
aat/tests/test_backtest.py:27
Method
__init__
(self, trading_engine, extra_handlers=None, custom_settings
aat/ui/server.py:28
Method
__lt__
(self, other)
aat/order_book.py:12
Method
__lt__
(self, other)
aat/structs.py:196
Method
__repr__
(self)
aat/order_book.py:98
Method
__repr__
(self)
aat/order_book.py:121
Method
__repr__
(self)
aat/structs.py:71
Method
__repr__
(self)
aat/structs.py:253
Method
__str__
(self)
aat/enums.py:69
← previous
next →
101–200 of 492, ranked by callers