- I have selected/included all the references it utilizes.
- References include 3 custom indicators I have developed and exported as assemblies, excluded from compilation and then imported and confirmed they work fine on my charts.
- But when I try to export my strategy as assembly, I get error "Assembly could not be exported. Please ensure all required components are included." but I have selected all of the references to be included...
- My strategy exports just fine if I'm using the ninjascript editor versions of my indicators (not imported ninjascript assembly versions). It's only a problem when I try to export my strategy when the indicators are the assembly versions.
- My custom indicators only reference a single system indicator internally (ATR in both cases). I have tried including ATR with my strategy export. Does not fix the error.

I've been at this 6 hours straight and cannot figure it out because there's zero information provided.

Comment