Daibotuten Futures Trading Optimizer Bot Versions Save

A bot to automatize the futures trading on Binance

v1.7.0

2 years ago

Big update!

New features:

  • added PROFITS TO SPOT, to send a percentage of the profits of the closed positions to spot. It works only on the profits, so, for example, if you used 2 usdt to open a position and you get back 3 usdt when you close it, then the percentage is referred only to 3-2=1 usdt (proposed by orsson9)
  • added PROTECTED BALANCE, to specify a percentage of the current balance under which the bot won't buy anything till two consecutive whale's short liquidations occur and an hour pass since the last of them. When this happens, then the bot will resume automatically to buy again and the percentage will be referred to the new current balance (proposed by orsson9)
  • added PRICE RANGE in the expert mode: in the config file, 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: 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.

Open an issue if you spot a bug, thanks.

v1.6.0

2 years ago

New feature:

  • added expert mode. Now possible to change the values of: amount per position, leverage, stop loss, take profit, buy and don't buy directly from the config file settings_bot.txt (proposed by orsson9)

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 =

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

v1.5.2

2 years ago

New feature:

  • solved a bug regarding the activation

v1.5.1

2 years ago

New feature:

  • added some information useful to debug problems

v1.5.0

2 years ago

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

v1.4.2

2 years ago

New feature:

  • Solved a minor bug
  • Improved protection in case of crash

v1.4.1

2 years ago

New features:

  • Slightly improved the algorithm
  • updated the available addresses for the dev fees

v1.4.0

2 years ago

New feature:

  • Improved the basic algorithm

v1.3.1

2 years ago

New features:

  • Improved standard protection in case of market crash (if stop loss at the default value of 0.0%)
  • Solved some minor bugs

v1.3.0

2 years ago

New features:

  • Changed the behaviour of the buttons DON'T BUY IF BTC IS and DON'T BUY IF ALT IS from "don't buy if UNDER of a negative percentage starting from now" to "don't buy if OVER a negative percentage starting from now" (if the percentage is positive the behaviour is the same as before). This has been done believing it is more useful in case of the reach of a high price and thinking that it will return down of a certain percentage, so to force the bot to not buy as long as that minimum drop in percentage isn't reached
  • Upgraded the interface regarding the open positions