make_test_trade#

make_test_trade(web3, execution_model, pricing_model, sync_model, state, universe, routing_model, routing_state, amount=Decimal('1.0'), pair=None, buy_only=False)[source]#

Perform a test trade.

Buy and sell 1 token worth for 1 USD to check that our trade routing works.

Parameters: