tensortrade.exchanges.services.execution.simulated module

tensortrade.exchanges.services.execution.simulated.contain_price(price, options)[source]
Return type:float
tensortrade.exchanges.services.execution.simulated.contain_size(size, options)[source]
Return type:float
tensortrade.exchanges.services.execution.simulated.execute_buy_order(order, base_wallet, quote_wallet, current_price, options, exchange_id, clock)[source]
Return type:Trade
tensortrade.exchanges.services.execution.simulated.execute_order(order, base_wallet, quote_wallet, current_price, options, exchange_id, clock)[source]
Return type:Trade
tensortrade.exchanges.services.execution.simulated.execute_sell_order(order, base_wallet, quote_wallet, current_price, options, exchange_id, clock)[source]
Return type:Trade