Explain the Parameters of DCA Bot in Detail

Long

Robots that run long positions.

Short

Robots that run short positions.

Shock

Robots that run long and short positions at the same time.

Leverage

Using leverage can be regarded as borrowing funds from the exchange to hold positions. The multiple of this position funds relative to the principal is the leverage, and increasing leverage will magnify profits and losses. It is recommended to keep the default value of 5x leverage for beginners.

Initial Positions

The size of the initial positions opened by the bot from the state of unopened position. It is recommended to keep the default value for beginners .

Max Positions

That is, the total position amount after completing the “Max Order”.

Cycle

The positions will be opened repeatedly after closing positions to take profits each time.Only after reaching the take-profit or stop-loss in “Optional” setting will the bot stop.

Single

The bot will automatically stop after taking profits on all positions.

Risk

The greater the risk, the greater the price gap and take-profit percentage, and the risk level is radical > steady > conserv.

Max Order

It is the max number that bots are allowed to increase positions consecutively from the state of unopened position.

Multiples

The next opening amount is a certain multiple of the current opening amount.It means: the next opening amount = the current opening amount X “Multiples”.

Price Gap (%)

Taking a long bot as an example,the positions will be increased if the market price falls by this preset percentage referring to the last opening price,otherwise,for short bots,the positions will be increased if the market price rises by this preset value. (It can be used in conjunction with “Trailing Stop”)

Trailing Stop(%)

Take the long bot as an example,The positions will be increased when the market price retraces from the newly lowest price with the retracement percentage reaching the preset value and the market price meets the price gap percentage at the same time; For the short bot, the short positions will be increased when the market price retraces from the newly highest price with the retracement percentage reaching the preset value and the market price meets the price gap percentage at the same time.

Take-Profit(%)

When the returns of the bot’s positions reach the preset value, the positions will be closed to take profits, and the bot will enter the next cycle. (Can be used in conjunction with “Trailing Profit”)

Trailing Profit (%)

Take the long bot as an example,The positions will be closed when the market price retraces from the newly highest price with the retracement percentage reaching the preset value and the market price meets the take-profit percentage at the same time; For short bot, the short positions will be closed when the market price retraces from the newly lowest price with the retracement percentage reaching the preset value and the market price meets the take-profit percentage at the same time.

Price Ceiling

When the market price is higher than this preset price, the long and short bots will not open a position, but will only close a position, and the bot will not open positions until the price falls back to the preset price.

Price Floor

When the market price falls below this preset price, the long and short bots will not open positions, but will only close positions, and the bot will not open positions until the price rises back to the preset price.

Double Opening

Each time the bot will open a position at double the amount of the initial position in preset from the state of unopened position.It should be noted that increasing positions subsequently is also calculated by original initial position,which can obviously increase returns in the weak oscillation market.

Smart Increase

If the current positions exceeds 25% of the expected investment and even if the market price reaches the condition for increasing the positions, the AI system will not increase the positions immediately.It is necessary to wait for the MACD indicator (4 hours) to see a stalemate or reversal of long/short power before increasing positions.

Take-Profit by Percent

The bot will automatically close the positions to take profits and stop if the market price is higher than the preset price for a long position bot or if the market price is lower than the preset price for a short position bot.

Stop-Loss by Percent

The bot will automatically close the positions to stop loss and stop if the market price is lower than the preset price for a long position bot or if the market price is higher than the preset price for a short position bot.

Take-Profit by Amount

Realized PnL + floating PnL > the preset amount, the bot that meets above conditions will automatically close the positions and stop.

Stop-Loss by Amount

Floating PnL < negative value of this preset amount, the robot that meets above conditions will automatically close the positions to stop loss and stop.

Last updated