I've created a strategy which contains ONLY trading rules.
So, by changing the inhritance of any other strategy from : Strategy to : BaseRulesStrategy, the strategy automaticaly use the trading rules.
So, if I share it to another user in source code, they can change the inheritance of they strategies to have the rules in it.
BUT if I share it using a compiled version, they cannot change the inheritance because the compilator returns that kind of error (even by applicating the reference in the NinjaScriptEditor
So by using the source code it's working, using the compiled version, no

Comment