Hes obviously looking for this answer Here:
double MyLP = 33;
double MyBDay = 25;
NinjaTrader.Code.Output.Process (string.Format ("MyLP: {0}", MyLP), PrintTo.OutputTab1);
NinjaTrader.Code.Output.Process (string.Format ("MyBDay: {0}", MyBDay), PrintTo.OutputTab2);​

Comment