Hello Quantinsti Team,
Thanks for creating amazing profuct like Blueshift and making it available at free of cost. This is great product for prototypying trading strategies.
I have started exploring Blueshift and I have two questions:
- How I can get detailed explaination of custom modules like "blueshift_library.technicals.indicators". I tried using help and dir inside print statement but they are not working.
- How I can get list of all tickers for companies listed on NSE?
I referred demo at https://github.com/QuantInsti/blueshift-demo-strategies/blob/master/equities/market_scanner.py From comments it seems that Pipeline object is the universe of NIFTY500 stocks. So please suggest a way to get full list of symbols.
Thanks.