enzoampil / fastquant

fastquant — Backtest and optimize your ML trading strategies with only 3 lines of code!
MIT License
1.52k stars 239 forks source link

[FEATURE] multi strategy to backtest strategies in an AND fashion #373

Open hosseiin1993 opened 3 years ago

hosseiin1993 commented 3 years ago

I need to implement a multi-strategy to buy or sell when all my strategies are signaling together

I noticed there is a multi-strategy feature that is implemented in OR fashion, it would be great if you extend this feature to support AND in strategies too.

ricardodacosta commented 3 years ago

This would be a great feature indeed! Has it been resolved? @hosseiin1993 have you found an alternative solution?

dmitriikifit commented 2 years ago

Agree it would be amazing feature.

mikeejazmines commented 2 years ago

Adding help wanted label to this if anyone wants to help out.

You may start looking at this part of the code