I am trying to export my indicators and strategy.
My situation is on sketch below and also describe it here.
1. i have indicators each of them use class GolemTools - general enums, props etc. and it contains licensing class.
2. i can export GolemTools into dll - it is not indicator dll
3. i can export Indicator A.dll it is ok
4. how to export Indicator B.dll not to contain the Indicator A.
5. i have strategy which uses GolemTools, indicatorA indicatorB... i want to export it, do i always have to export all the indicators it uses?
Isnt there a way, the strategy tries to link them and if it is not found it throws exception so the strategy neednt have all dll s inside it?
I hope i made it clear
thanks a lot
Pavel Kujal

Comment