Skip to content

1.4.0

Latest
Compare
Choose a tag to compare
@mole3421278 mole3421278 released this 31 Mar 21:34
· 4 commits to main since this release
a31a1a9

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