Nifty symbol not recognizing

Hi,

I am workign on some momentum strategy when I am getting following error where NIFTY symbols are not getting recognized for few symbols/scripts. Can anyone please help what is required to fix this issue?


  1. I created a strategy by Bollinger Band Strategy(NSE) from drop down. The default code is not running and giving this error.
detailed metrics
line 24, in initialize
Symbol 'NIFTY-I' was not found.

2. When I try to put some NSE symbol it doesn't take like following.
 
symbol('TANLA'),
symbol('HNDFDS'),
 
line 70, in initialize
Symbol 'HNDFDS' was not found.
Regards,
Prasenjit Roychoudhury

Hi Prasenjit,


  1. The Dataset you choose must be NSE Minute as suggested in the 7th line of the code. You may have chosen NSE Daily or some other option which will give that error.


  2. As mentioned in the documentation, the data is available for F&O enables stocks. The tickers you tried are not F&O enabled tickers.



    Hope this helps!