Code structure from ibridgepy and blueshift

Hi,
Is the code structure from ibridgepy applicable to blueshift? Thank you.

Course Name: Machine Learning for Options Trading, Section No: 28, Unit No: 6, Unit type: Video

Hi,

The code structure from IBridgePy is partially applicable to Blueshift since both have functions like initialize() and handle_data(). So basically strategy logic, such as indicator calculations and order placement using order(), can be reused with minimal changes.