-
Notifications
You must be signed in to change notification settings - Fork 3
Expert mode
Use the config file settings_bot.txt to set values not allowed by the interface of the bot.
It's possible to change the values of: amount per position, leverage, stop loss, take profit, buy and don't buy. It's also possible to specify under PRICE RANGE thresholds to buy or sell specific cryptocurrencies (explained below the rest of the commands).
How to use:
- Do not touch the first three lines of the config file.
- Set the values after the "=".
- For the parameters buy and don't buy write down the list of tickers separated by a space (with uppercase or lowercase, with usdt or without it).
- Do not insert the symbol of "%" for take profit and stop loss (it's implicit).
An example (in this case don't buy is without nothing because will be traded only tickers inserted in the buy list, then, even if set stop loss to 12.3%, it won't be respected because the insurance of the exchange will close the position before reaching the value of 12.3% of loss because of the high leverage):
SETTINGS
AMOUNT PER POSITION = 200
LEVERAGE = 15
STOP LOSS = 12.3
TAKE PROFIT = 65
BUY = avax mir bsw
DON'T BUY =
PRICE RANGE
another example (in this case every ticker will be traded, but not FTMUSDT):
SETTINGS
AMOUNT PER POSITION = 30
LEVERAGE = 12
STOP LOSS = 1.3
TAKE PROFIT = 35
BUY =
DON'T BUY = FTM
PRICE RANGE
under the section PRICE RANGE, set the prices for specific cryptocurrencies (one crypto for each line) to buy only below the specified price and to sell only above the same specified price or another one.
Examples of different use cases:
Avax 80 - 85
to buy Avax only if its price is under 80 usdt and to sell it only if its price is over 85 usdt
Avax 85 - 80
to buy Avax only if its price is under 85 usdt and to sell it only if its price is over 80 usdt
Avax 80 -
to buy Avax only if its price is under 80 usdt and no limits to sell it
Avax - 85
to sell Avax only if its price is over 85 usdt and no limits to buy it
Avax 85
to buy Avax only if its price is under 85 usdt and to sell it only if its price is over 85 usdt
Full example with some cryptocurrencies:
SETTINGS
AMOUNT PER POSITION = 200
LEVERAGE = 15
STOP LOSS = 12.3
TAKE PROFIT = 65
BUY = avax mir bsw
DON'T BUY =
PRICE RANGE
Ftm 0.97 -
LUNA 85 - 99
NEARUSDT - 17.9
btc 39800
The buy price is always active, so it will buy only if the price goes under the specified threshold.
The sell price can be bypassed by the bot in case of crashes, imminent liquidations or stop losses, so it isn't absolute and the cryptocurrency may be sold even under the specified threshold.