PDA

View Full Version : Exporting a Strategy


VagyokC4
09-30-2007, 10:13 PM
When I export a strategy it wants to include the indicators that the strategy is using. The problem arises when you try to use the DLL version of the strategy, it then makes the source code versions of the indicators appear to be compiling twice which throws an error.

Is it possible to exclude the indicators from the DLL?? as I would rather leave the original source code versions of the indicators alone...

NinjaTrader_Dierk
10-01-2007, 12:31 AM
>> Is it possible to exclude the indicators from the DLL??
No. NT needs to operate that way to preserve consistency.