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 not run #14

Open
abdellah9 opened this issue Oct 14, 2022 · 5 comments
Open

Trade not run #14

abdellah9 opened this issue Oct 14, 2022 · 5 comments

Comments

@abdellah9
Copy link

I try to run trade service but its stop with no reason

@MOVZX
Copy link

MOVZX commented Oct 16, 2022

Trade service is not yet ready.

@asavinov
Copy link
Owner

I try to run trade service but its stop with no reason

If you could provide more details about "stop" (exception, no response, error/warning messages etc.), "no reason" as well as your config then this would help to understand what happens. Yet, note that the trader service was not tested for the last couple of releases (although there were no significant changes which could break it)

@abdellah9
Copy link
Author

I run
python3 -m service.trade -c config.json
The problem not showing anything just back to the commd line

@asavinov
Copy link
Owner

There is no separate trade service. The module service.trader.py contains only some functions for trading. So do not execute it. (Yes, the name is somewhat misleading but it is for historic reasons.)

To do trades, start the only available service service.server.py. By default (see App.py) it will do only analysis with notifications and no trading. This can be changed by setting this parameter: "actions": ["notify", "trade"] (either in App.py or in config.json). In this case, it will do analysis, generate signal, and then execute trades if necessary.

@abdellah9
Copy link
Author

There is no separate trade service. The module service.trader.py contains only some functions for trading. So do not execute it. (Yes, the name is somewhat misleading but it is for historic reasons.)

To do trades, start the only available service service.server.py. By default (see App.py) it will do only analysis with notifications and no trading. This can be changed by setting this parameter: "actions": ["notify", "trade"] (either in App.py or in config.json). In this case, it will do analysis, generate signal, and then execute trades if necessary.

I try it bot run normally get signal trade but there is no orders apply

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

3 participants