How to have multiple securities in blueshift?

Course Name: Day Trading Strategies for Beginners, Section No: 10, Unit No: 23, Unit type: Document



What is the best way (computationally), If I want to have list of securities? This example is just MSFT. Should I concat all data into one dataframe, our there is a better, and faster way to have multiple securities without too much of coding.

Hi,



You can have a list of symbols, and apply the strategy logic to each symbol to obtain the trading action.



An example of this can be seen in the sample Blueshift strategy named "Bollinger Band Strategy (Forex)". This is just for illustration, you can implement the multi-asset trade logic in your own way as well!







Hope this helps!

Thanks,

Gaurav

Many thx, its very clear now :slight_smile: