hi guys,
I am learning some of the code and I found some people handle the buy/sell trading strategy in the make_pipeline() which by output long and short assets. but others actually write the trading buy/sell strategy in rebalance() method. I was wondering what the best practice and pro and cons of doing it in make_pipeline() vs rebalance?
and one question related to this is how often the make_pipleline() and rebalane() is called?
could any one suggest? that is pretty crucial for beginner to understand behind the scene.
thanks a lot