TWAP buys and sells.
Buy or sell an asset using a Time Weight Average Price strategy.
symbol = Symbol you wish to trade in a string format. Example 'BTCUSDT'
quantity = Amount of the base symbol to buy or sell
side = select wether you wish to buy or sell the asset
Tool created using Binancepy API Wrapper and Python Schedule Library.