PyCryptoBot v7 #727
Replies: 18 comments 39 replies
-
Issue raised from Telegram:
|
Beta Was this translation helpful? Give feedback.
-
Issue raised from Telegram:
|
Beta Was this translation helpful? Give feedback.
-
Issue raised from Telegram:
|
Beta Was this translation helpful? Give feedback.
-
I'm at the new beta and get this error: Tried to test the bot with this command: |
Beta Was this translation helpful? Give feedback.
-
Hello. i use binance. standard parameters - I prescribe only a couple of BTC - USDT and my keys to the file. maybe this is not a beta problem, but when I try to run the bot, I get this Bot1 2023-01-05 08:44:52 BTCUSDT 1h Error: GET (400) https://api.binance.com/api/v3/account - Not all sent parameters were read; read '2' parameter(s) but was sent '3'. |
Beta Was this translation helpful? Give feedback.
-
I am trying to run Telegram_bot.py in v7.0.25, but I get this error when the bot tries to open a Bot with and old open trade: PS: If it helps, when I start a new bot manually from Telegram, it works properly. Config: { |
Beta Was this translation helpful? Give feedback.
-
I've found some issues in the Telegram App (I will be posting them):
It looks like the Telegram_Bot doesn't check for the bots or orders already opened. |
Beta Was this translation helpful? Give feedback.
-
Hi. I got this error AttributeError("'PyCryptoBot' object has no attribute 'notifyTelegram'"). It happened when i ran the simulation and enabled the setting —"telegram": 1. Without it everything is fine. |
Beta Was this translation helpful? Give feedback.
-
think i found an error in ''default_parser.py' related to config settings 'preventlosstrigger' & 'preventlossmargin' Original code in 'default_parser.py'
After i updated the code, my settings were taken instead of the default vallues.
|
Beta Was this translation helpful? Give feedback.
-
Hi, I am getting this error lately for all my bots (websocket is enabled): 2023-02-05 23:19:37 HIVEUSDT 1h ConnectionError: https://api.binance.com |
Beta Was this translation helpful? Give feedback.
-
When running the scan, I get the following: Programs\Python\Python310\lib\site-packages\pandas\core\dtypes\astype.py:189: RuntimeWarning: invalid value encountered in cast Then it works, but it appears not to be working properly when is launched from Telegram. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hi Mark, Michael, I think I found a bug in the Telegram Bot, related to the Open Trades. When I deleted and cloned the repository again the "opentrades" variable is missing in the data.json { Getting this error: 2023-02-15 23:14:13,239 - telegram.helper - DEBUG - METHOD(write_data) - DATA(data.json) If I add it to the data.json file in the Datafolder, seems to work: { Thank you. |
Beta Was this translation helpful? Give feedback.
-
I have had the bot running with docker-compose. It runs on coinbase with base and quote currency of ADA and EUR. However, when I run "python3 pycryptobot.py --statdetail 1" inside the container shell. I found that the Exchange value is "dummy", the market is "BTC-GBP" and the Bot Mode is "TEST". Which is totally different to my config.json's settings. |
Beta Was this translation helpful? Give feedback.
-
The last issue was gone after I updated to the latest version. But this time I get the error of unable to read coinbase.key Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
The above issue was resolved after I mapped the config.key file to the container /app folder. |
Beta Was this translation helpful? Give feedback.
-
The latest issue: |
Beta Was this translation helpful? Give feedback.
-
PyCryptoBot v7 is a major update. It's currently in beta for testing. If you find any issues or bugs please let me know here.
git reset --hard
git checkout beta
git pull
python3 -m pip install -r requirements.txt -U
Beta Was this translation helpful? Give feedback.
All reactions