Hi everyone,
As I am very new to this site, I would appreciate you sharing your approach when dealing with pipeline, rebalancing, and the code structure. Thanks in advance for any feedback to the following questions:
Pipeline - when you construct the pipeline, do you ever use technical indicators to refine the tradable universe. For example if you are building the strategy that operates at a simple DDS or MVA crossovers, do you filter our stocks based on the cross over in the pipeline constructor or use handle_data function?
Is there any detailed data about how the rebalancing works? From what I understand we pass paramemters and try to maximize alpha, but it seems like a black box if the orders have stop loss or not, for how manu days they are help etc. Can we influence any of this or it is meant to be the black box possibly for a reason to focus to the true alpha during the research instead of the fine tuned risk management?
are there any prebuild functions for a cross over of different indicators at the folrum?
Thanks everyone and happy coding!