pyalgostrategypool icon indicating copy to clipboard operation
pyalgostrategypool copied to clipboard

Official pool of Algorithmic Trading Strategies powered by the AlgoBulls Platform

Results 9 pyalgostrategypool issues
Sort by recently updated
recently updated
newest added

Adding the code implementation of the On balance volume code strategy

How can one initiate options positions relying on the underlying futures value? For instance, if the 14-day Relative Strength Index (RSI) of Nifty Futures exceeds 70 and candle close is...

added US options strategies

- Refactored imports - Structural and formating improvements

This PR sets up the Python code for the Long Iron Condor strategy. - Added re-entry checks and conditions to support dynamic re-entry after close outs.

- Removed deprecated methods and implemented updated ones as per the new strategy format. - Refactored code for improved structure and alignment with the latest requirements

Added two new and updated strategies, stored in folders obv_breakout and options_box_spread to the pyalgostrategypool folder.