sdoosa-algo-trade-python
sdoosa-algo-trade-python copied to clipboard
Algo trade project in python
Facing unexpected error from ticker. and facing error as "connection was closed uncleanly (peer dropped the TCP connection without previous WebSocket"

In the trade manager, everytime when get order manager method called, its creating new instance. Similar to strategy, Zerodha order manager also should follow singleton pattern to avoid creating multiple...
Has anyone done integration with Fyers V2? It has ticker-wise order update included recently. Please share if done. Thanks in advance.
Can anyone help me out with IIFL Intergration
Thanks for this wonderful framework. Appreciate your hardwork and sharing this with us. Quick question. I would like to use multiple brokers (each strategy could use a different broker). How...
Please suggest on how to correct this error. I added pythonpath ':\sdoosa-algo-trade-python-master\sdoosa-algo-trade-python-master\config but still getting the same error --------------------------- import os import logging from flask import Flask import sys sys.path.append('D:\\sdoosa-algo-trade-python-master\\sdoosa-algo-trade-python-master\\config')...
dear Srinivas, thank you for such a great project. can you add a requirements.txt file mentioning all the libraries required for the code to run smoothly. I hope you can...
For the strategies, we mostly depend on indicators. And we have this ta-lib library to compute all the required indicators with ease. So if we subscribe to kite historical data,...
Amazing articulation of the project and its working fine in real time. Can a quick logic be provided for Trailing SL for sample strategy? The TrailingSL logic in Shortstraddle seems...