I can't export any custom indicator or strategy which has a reference to standard Bollinger indicator.
Steps to reproduce:
1. Create a simple script (indicator or strategy) which has a call to Bollinger.
2. Try to export it.
Error CS0103: The name 'Bollinger' does not exist in the current context.
Since it is standard NT indicator, it does not show in the list to be manually included.
Thank you

Comment