sdoosa-algo-trade-python icon indicating copy to clipboard operation
sdoosa-algo-trade-python copied to clipboard

Algo trade project in python

Results 28 sdoosa-algo-trade-python issues
Sort by recently updated
recently updated
newest added

WE HAVE INSTALLED ANACONDA JUPITER NOTEBOOK. NOW WE NEED YOUR HELP TO SETUP THIS STRATEGY IN IT AND HOW TO CONNECT THIS WITH ZERODHA KITE FOR AUTO TRADING.

Hi srini, I am trying to pass cash stock list through a function in the samplestrategy.py but it picks up only the list which is available at start after that...

Hi Srini, Could you help with a function to fetch the open position (qty) by passing the 'tradingsymbol'? Similar to below. Many Thanks! ``` def fetchPrice(orderId): logging.info('Fetching order price %s',...

Please mention steps to run locally i am new to this area

Can you give some pointers on what all needs to be added/changed to implement integration with AliceBlue. I have already started looking at your code, but directions from you will...

Is there any hook in the code for strategy level exit based on profit or SL?… if not can you give some pointers on which files to be looked into….thanks.

Hey it is such an amazing project. Can you please add some documentation to it so that people like me can understand how the project is working, like flow chart,...