Parameters
- Total Investment: Total investment is how much you have invested in TWAP.
- Coins Bought/Sold: Total balance is how much your coins bought by DCA worth for now.
- Progress: It’s your current TWAP progress
- Average Buy/Sell Price: It’s your current average price of TWAP
- Buy/Sell period: It’s the total time you need to complete TWAP
- Transactions: Transactions is how many times you have bought/sold by TWAP for now
Why do you need TWAP Bot
TWAP, also known as time weighted average price algorithm, is the simplest traditional algorithmic trading strategy.
The purpose of TWAP bot design is to provide a lower average transaction price while minimizing the impact of the transaction on the market, so as to achieve the purpose of reducing transaction costs.
Example of using a TWAP Bot
Buying example: Someone chooses the ETH/USDT trading pair and creates TWAP bot, the time frequency is set to 10 seconds, the purchase amount is 1000 USDT each time, and the total investment amount is 100,000 USDT. Then the bot will sequentially buy 1000USDT every 10 seconds, a total of 100 times.
Selling example: Someone chooses the ETH/USDT trading pair and creates TWAP bot, the time frequency is set to 10 seconds, and each time 1 ETH is sold, the total sold amount is 100 ETH. Then the bot will sequentially sell 1 ETH every 10 seconds, for a total of 100 sales.