Print to both tabs with added Formatting:
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);
You can even add more tabs 😲​
