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

Some assistance testing intelligent bot #29

Open
KmInno opened this issue Jul 22, 2023 · 1 comment
Open

Some assistance testing intelligent bot #29

KmInno opened this issue Jul 22, 2023 · 1 comment

Comments

@KmInno
Copy link

KmInno commented Jul 22, 2023

Hello, my name is Innocent, and I am new to algorithmic trading. First of all, I would like to thank you for the hard work you put into this project. I took an interest in it and tried testing it out on my machine, but I ran into some errors. I wonder if you can help me.

The problem I encountered is when trying to run the intelligent bot to make some trades. I had finished setting up the bot server on my local machine, and I was successfully receiving signals to my Telegram account. However, when I tried to run trader.py using the command python -m services.trader -c config-sample-v0.6.dev.json, I did not receive any response, even after setting up tenssort on my computer.

I was wondering if you could guide me on how to set up trader.py and other files in the services folder so that I can test them out.

@asavinov
Copy link
Owner

asavinov commented Aug 6, 2023

Hi, trading is implemented within the server, that is, if you start the server, then it should be ablet to trade (so services.trader is not for trading). What the server is regularly doing is executing these functions (implemented in server.main_task()): get the latest data, analyze by generating signals, notify, trade. So the last step is trading. Yet, it is not thoroughly tested.

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