Releases: mole3421278/Benzaiboten-spot-trading-bot
Releases · mole3421278/Benzaiboten-spot-trading-bot
1.4.0
New feature:
- added expert mode. Now possible to change the values of: amount per position, stop loss, take profit, buy and don't buy directly from the config file settings_bot_spot.txt
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):
SETTINGS
AMOUNT PER POSITION = 1500
STOP LOSS = 75
TAKE PROFIT = 165
BUY = one CAKEUSDT btcusdt ETH
DON'T BUY =
another example (in this case every ticker will be traded, but not APEUSDT):
SETTINGS
AMOUNT PER POSITION = 300
STOP LOSS = 12.3
TAKE PROFIT = 700
BUY =
DON'T BUY = ape
1.3.2
New feature:
- solved a bug regarding the activation
1.3.1
New feature:
- added some useful information to debug problems
1.3.0
New features:
- new functionality "BUY IF CRASH OF": with this set to a value different from zero the altcoin will be bought ONLY IF in the last hour the price crashed from the maximum value to the current one of at least the percentage chosen
- new functionality: click on one of the open positions to be redirected to the page of the exchange with the chart of that position (for example, if you have an open position with BTC-USDT, you will be redirected to the chart of BTC-USDT)
- updated the UI
- improved the algorithm
1.2.1
New feature:
- Slightly improved the algorithm
- Updated the available addresses for the dev fees
1.2.0
New feature:
- Improved the basic algorithm
1.1.1
Solved two minor bugs
1.1.0
New feature:
- Possible to decide what percentage of the profit made with a cryptocurrency to leave in that cryptocurrency instead of converting everything back to usdt (if the profit is too low, everything is converted back to usdt in any case)
1.0.0
First version:
- It has every features of Daibotuten v1.3.1 readjusted for the spot trading