Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Vonstroken

Pages: [1]
1
I have a problem, I use tradingview alerts to enter a position on bybit and I would then use ROE Trailing to close the trade. But for some reason gunbot will not close the position when the requirements are met, neither long or short.
Gunbot is also not closing the position if the stop loss % is met. I can see in terminal that gunbot is trying to close the position, but never does.
I then noticed that both if i'm in a long or a short it'll say POSITION: LONG in gunbot and it then tries to close the trade when stop loss % is met instead of ROE trailing %.

Any idea how to fix it? Also the trading pair on bybit for BTC-USD needs to be USD-BTC for gunbot to start. If I use BTC-USD I'll get an error with badsymbol.

I use the arm version 18.8.8

2
I have a problem with gunbot installed on a raspberry pi, using the tradingview plugin. When the bot receive the tradingview alert i get this error message:

emailParsed { timestamp: 1571255520345,
  type: 'short',
  exchange: 'bitmextestnet',
  pair: 'XBT-USD',
  tl: undefined }
TypeError: Cannot read property 'needLock' of undefined
    at status (/snapshot/Gunbotv12.8.3Starter/bot.gunbot.js:0:0)
    at Timeout.setInterval [as _onTimeout] (/snapshot/Gunbotv12.8.3Starter/bot.gunbot.js:0:0)
    at ontimeout (timers.js:478:11)
    at tryOnTimeout (timers.js:302:5)
    at Timer.listOnTimeout (timers.js:262:5) 'Uncaught Exception thrown'

I have no problem running the bot on my PC with the same settings and alerts. Can anyone help me with fix the problem?

Pages: [1]