| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is an execution engine for algo trading. The idea is that this python server gets requests from clients and then forwards them to the broker api.
To start the servers, run "start-algo.sh"
To inject commands to the servers from the command line, run "algoinjector.py" with the files in cmds which contain json commands to output to the algosystem
broker_web.py sets a web server off port 5000 which can be used to inject commands into the system.
This has the follow capabilities
This module handles only execution. The reason for having this in a separate module are:
| Back | FazBrowse Home | New Git URL |