-
ask maybe taken
error cancelling orders b [{'order_id': 4743681398, 'symbol': 'XMRUSDT', 'price': 137.88, 'qty': 0.006, 'type': 'limit', 'side': 'sell', 'timestamp': 1611641554675}, {'order_id': 47…
-
Hi there
my account in Scavenger shows 0 Balance, bot is connected and the API permission is "Active Order and Positions"
Best
Lorenzo
-
could you check actions.py, line 2179 ?
File "/root/inthemiddle/Bybit-Auto-Trading-Bot-Ordes-placed-via-TradingView-Webhook/actions.py", line 2179
if position_side == 'None' data['stopLoss']…
-
## Describe your environment
* Operating system: 10.15.7
* Python Version: 3.9.1, but I'm using Docker
* CCXT version: empty, but I'm using Docker
* Freqtrade Version: 2021.1
No…
-
I tried to backtest BCTUSDT.
I changed the following in the backtest.py:
```
elif exchange == 'bybit':
settings = {
...
'inverse': False
'symbol': 'BTCUSDT…
-
I have a problem with Bybit, I've set lickvalue high (50.000) and the bot buy half of my maxPosition in seconds, neither I´m sure if it´s applying the VWAP offset. I think that it could be because I´v…
-
## Describe your environment
* Operating system: ___OSX_
* Python Version: ___3.7__ (`python -V`)
* CCXT version: ____1.38.13_ (`pip freeze | grep ccxt`)
* Freqtrade Version: ____ (`…
-
I have been testing bybit on version 1.74, the order size (pb), VWAP, TP, etc all work ok for both ETH and BTC (running concurrently on the same bot).
I have noticed that order size does not change…
-
Hello,
Firstly thanks for pybit, I'm building code around it nicely, but I have one area of confusion when getting position data via the websocket.
During tests, I had the bot enter 20 contracts…
-
I have installed the bot half a dozen times now thinking maybe I did something wrong, or out of order, etc. I have done it to the spec of the wiki and the video Gnome made. For some reason, after I …