PDA

View Full Version : Log warnings when using non-standard parameters


gert74
09-20-2007, 07:31 PM
I have been trying to create some more user friendly strategies by using enums to create input parameters with dropdown selection.

Unfortunately, this is resulting with my log getting filled with warnings saying that the parameter is ignored since it neither double, int, string, or bool.

The same happens when I am using DateTime or Color as the data type for an input parameter.

As I add more strategies and inputs, this is making the log file a bit hard to read through (as well as alarming the non-techie users).

Is there any way to suppress these warnings?

NinjaTrader_Dierk
09-20-2007, 11:56 PM
>> Is there any way to suppress these warnings?
Unfortunately not.