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?
- 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.
Prasenjit Roychoudhury