Accumulation Bot¶
About¶
The accumulation bot is a bot which usable to buy (or sell) large quantities of coins unnoticed.
Suppose you want to buy a lot of X coins and it's a fragile market with a thin order book. In such cases, you put this bot to work because it will buy random amounts of coins at random times. So it's just like your bot is a random user. There is no way to trace this back and see what's really happening.
Performance¶
There is no performance record of this bot, because this bot has been built to transfer large coin amounts into and out of markets.
Script Settings¶
Direction¶
Sets the direction in which the bot will be trading.
- Scale Up Long - Accumulates a buy/long position
- Scale Down Long - Distributes a buy/long position
- Scale Up Short - Accumulates a sell/short position
- Scale Down Short - Distributes a sell/short position
Lowest Price¶
Lowest price point the bot is allowed to trade in. If prices are below this value, bot will not be trading. Set this to 0 (zero) to disable the limit.
Highest Price¶
Highest price point the bot is allowed to trade in. If prices are above this value, bot will not be trading. Set this to 0 (zero) to disable the limit.
Minimum Order Size¶
The lower-end of the randomly generated order size.
Maximum Order Size¶
The higher-end of the randomly generated order size.
Minimum Timeout¶
The minimum time between orders (in minutes).
Maximum Timeout¶
The maximum time between orders (in minutes).