Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trade #19

Open
abdellah9 opened this issue Feb 14, 2023 · 6 comments
Open

Trade #19

abdellah9 opened this issue Feb 14, 2023 · 6 comments

Comments

@abdellah9
Copy link

Bot show logo signals trade but not apply in my account

@iploshchik
Copy link

iploshchik commented Apr 25, 2023

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
Copy link
Author

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
Copy link

please check the collector.log for any error messages

@abdellah9
Copy link
Author

abdellah9 commented Apr 28, 2023

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
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants