I have been running strategy optimizations with NT7b19, and last night I made some changes in the strategy, compiled, and saved and the strategy is still being optimized as I type. NT is still responsive. I saved the strategy on a new name to do some other small changes, and with only an attempt to compile, I have the following:
Date,Category,Message,
8/3/2010 9:45:38 AM,Default,Unable to retrieve type info for 'NinjaTrader.Strategy.Aardvark1_16_FX' from assembly
'NinjaTrader.Custom': System.IO.FileNotFoundException: Could not load file or assembly 'NinjaTrader.Custom' or one of its dependencies.
The system cannot find the file specified.
File name: 'NinjaTrader.Custom'
at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoad(AssemblyNa me assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
at NinjaTrader.Cbi.AssemblyDictionary.get_Item(String name)
at NinjaTrader.Cbi.AssemblyDictionary.GetType(String name)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
'NinjaTrader.Custom': is not used in the strategy at all. There is no error section at the bottom of the strategy as there is when there are compile errors. 'NinjaTrader.Custom.dll' and 'NinjaTrader.Custom.xml are in the /bin/Custom folder with timestamps during time of compile attempts.
Input is appreciated,
Jon

Comment