asavinov / intelligent-trading-bot

Intelligent Trading Bot: Automatically generating signals and trading based on machine learning and feature engineering
https://t.me/intelligent_trading_signals
MIT License
803 stars 179 forks source link

Trade #19

Open abdellah9 opened 1 year ago

abdellah9 commented 1 year ago

Bot show logo signals trade but not apply in my account

iploshchik commented 1 year ago

did you verify the api key and secret? Please also note, that in case of paper trading ( Binance testnet) testnet=True parameter needs to be added to Client configuration in server script; please also ensure to add "actions": ["notify", "trade"] to config file

abdellah9 commented 1 year ago

did you verify the api key and secret? Please also note, that in case of paper trading ( Binance testnet) testnet=True parameter needs to be added to Client configuration in server script; please also ensure to add "actions": ["notify", "trade"] to config file

I have all config already done i see logs in terminal that post order but in my account no order submitted

iploshchik commented 1 year ago

please check the collector.log for any error messages

abdellah9 commented 1 year ago

please check the collector.log for any error messages

INFO ===> Start trade task. Timestamp 168255$ 2023-04-26 23:54:01,149 ERROR Wrong status value None. 2023-04-26 23:54:01,149 ERROR Task exception was never retrieved future: <Task finished name='Task-374' coro=<main_trader_task() done$ Traceback (most recent call last): File "/root/ml/intelligent-trading-bot/service/trader.py", line 127, in main_trader_task print(f"SCORE: {signal.get('score'):+.3f}. PRICE: {signal.get('c$ TypeError: unsupported format string passed to NoneType.format 2023-04-26 23:55:00,059 INFO ===> Start collector task. Timestamp

iploshchik commented 1 year ago

based on a current error message it is difficult to propose a solution; my recommendation is to pull the latest files from GitHub and start from scratch

abdellah9 commented 1 year ago

It's the last files already, you test trading or no