I stumbled upon a limitation of number of DLLs I can import
Here are the steps:
1. Create 7 primitive (empty) indicators with the indicator wizard
2. Export each of them as a dll
3. Delete or hide their .cs files
4. Import just one of the dlls
3. Create a primitive strategy with strategy wizard. Add a call of the indicator we just imported.
4. Export the strategy. It should work fine
5. Import the rest of our dlls
6. Try to export the strategy. It won't work now
7. Try to add the first dll as a reference won't help

Comment