Benny Thadikaran
Benny Thadikaran
I recently wrote some code for saving mplfinance chart images to disk using concurrent processing. https://github.com/BennyThadikaran/stock-pattern/blob/main/src/init.py#L107 Below is the main outline of the code using concurrent.futures module. It assumes your...
I went through the code and below are some of the areas that would require to be implemented. 1. UpdatePendingDeliveryData 2. UpdateNSESymbol 3. MakeAdjustment 4. UpdateIndice 5. RollbackAdjustments 6. RollbackFileUpdates...
[@prady04](https://github.com/Prady04) I will start work on this tomorrow. Will create a separate branch to test it a few days in case any changes are required.
I have updated the repo with a new branch `feat/hooks`. At the bottom is the list of function hooks with their signatures. You can define them in a python file...
Tested on Windows 10. I have replaced the Colon `:` with Pipe char `|` when specifying a Python class in `INIT_HOOKS`. The `:` being a special character in Windows filepaths....
I have merged the feature into main branch. Closing this issue for now. I will update the WIKI with details of new feature.