CryptoGnome / LickHunterPRO

Cryptocurrency Trading Bot that looks for large pools of liquidity getting liquidated on margin trading, when it finds these it counter trades them!
140 stars 46 forks source link

"ret_code":20006,"ret_msg":"symbol is not in the range of selected" #20

Closed AtsutaneDotNet closed 3 years ago

AtsutaneDotNet commented 4 years ago

Keep getting this error everytimes the bot try to make a trade.

Fetch Ticker Called Current VWAP Value: 348.99064766488215 Take Longs Below: 342.01 Take Shorts Above: 355.97 Ticker Last: 356.1 Fetching Account Balance Current Balance: 1.4247785 ETH Auto Calculate Size Used, Order size = 3.0442 Max Position Size = 3044.1817431 Check Positions Called Checking Direction No Open Positions Found No Position for ETHUSDT Current PNL % 0 SHORT ORDER CALLED Setting Leverage ETH/USD 6 bybit {"ret_code":20006,"ret_msg":"symbol is not in the range of selected","ext_code":"","result":null,"ext_info":null,"time_now":"1601856470.186249","rate_limit_status":74,"rate_limit_reset_ms":1601856470208,"rate_limit":75} Starting Loop... Launching Liquidation Websocket... Release unicorn-binance-websocket-api_1.21.0 is available, please consider updating! (Changelog: https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/blob/master/CHANGELOG.md)

bybit {"ret_code":20006,"ret_msg":"symbol is not in the range of selected","ext_code":"","result":null,"ext_info":null,"time_now":"1601615152.485359","rate_limit_status":71,"rate_limit_reset_ms":1601615152492,"rate_limit":75}

Currently running settings and the wallet have 2.8 ETH as balance.

`chooseExchange = 'bybit'

pairs = ['ETHUSDT']

percentBal = 0.4 maxPosition = 100

dcaOne = 3 factorOne = 2 dcatwo = 5 factorTwo = 8

long_vwap_offset = 2.5 short_vwap_offset = 2.5

leverage = 5

lick_value = 500

take_profit = 0.38 stop_loss = 20`

AtsutaneDotNet commented 4 years ago

Using version 0.52 works perfectly ok. So it's not an issue with API keys

AtsutaneDotNet commented 4 years ago

It's seem the error happen when the bot try to set the leverage