CyberPunkMetalHead / Binance-volatility-trading-bot

This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating though the Brave browser to allow me to continuously improve the script.
MIT License
3.41k stars 777 forks source link

Best parameters for mooning #124

Closed harlequin closed 3 years ago

harlequin commented 3 years ago

Yesterday there was a good signal on XVS_USDT, but somehow the bot not "worked" as expected ;)

Can anybody advise what are best parameters in config.yml, mine are (the default ones)

TIME_DIFFERENCE: 2 RECHECK_INTERVAL: 10 CHANGE_IN_PRICE: 10 STOP_LOSS: 2 TAKE_PROFIT: .8 CUSTOM_LIST: True USE_TRAILING_STOP_LOSS: True TRAILING_STOP_LOSS: .4 TRAILING_TAKE_PROFIT: .1

This is the trade log

18/05 17:18:31 Buy : 0.117 XVSUSDT - 94.41100000 18/05 17:19:29 Sell: 0.117 XVSUSDT - 94.411 - 92.329 Profit: -0.24 -2.21% 18/05 17:31:00 Buy : 0.103 XVSUSDT - 106.82300000 18/05 17:32:13 Sell: 0.103 XVSUSDT - 106.823 - 105.777 Profit: -0.11 -0.98% 18/05 17:33:03 Buy : 0.104 XVSUSDT - 106.12700000 18/05 17:33:27 Sell: 0.104 XVSUSDT - 106.127 - 106.15 Profit: 0.00 0.02% 18/05 17:45:07 Buy : 0.094 XVSUSDT - 116.73000000 18/05 17:45:32 Sell: 0.094 XVSUSDT - 116.73 - 113.394 Profit: -0.31 -2.86% 18/05 17:56:13 Buy : 0.092 XVSUSDT - 119.57100000 18/05 17:56:25 Sell: 0.092 XVSUSDT - 119.571 - 116.754 Profit: -0.26 -2.36% 18/05 18:15:58 Buy : 0.082 XVSUSDT - 134.96400000 18/05 18:16:46 Sell: 0.082 XVSUSDT - 134.964 - 133.549 Profit: -0.12 -1.05% 18/05 22:37:29 Buy : 0.14 XVSUSDT - 78.60000000 18/05 22:42:13 Sell: 0.14 XVSUSDT - 78.6 - 79.717 Profit: 0.16 1.42%

So detection was perfect, but the hold was not so good

mindflvx commented 3 years ago

Your stop loss was too conservative so you were stopped out too early.

That said, the thing is that neither you or the bot can't know which way the coin is going to go.

harlequin commented 3 years ago

Can you share your settings ;)

ShogunMan commented 3 years ago

There are no ONE config or setting that will work under all market conditions and timeframes. The market is chaotic in mathematical terms, hence unpredictable for the most. Users should tweak all parameters and config to suit their level of investment, overall strategy and timeframe. This bot is a tool to support that, not replace it.

getsec commented 3 years ago

@ShogunMan SHOW ME THE MONEY!!!!

getsec commented 3 years ago

See @ShogunMan comment.