You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: