Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 472 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 472 Bytes

Copernico

TWAP buys and sells.

Buy or sell an asset using a Time Weight Average Price strategy.

Set Variables

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

Credits

Tool created using Binancepy API Wrapper and Python Schedule Library.