Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Lesson: Print To Both Tabs With Added Formatting

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Lesson: Print To Both Tabs With Added Formatting

    Haven't seen anyone on here do it with out assigning some stupid "PrintTo" Variable and i forgot the syntax from a while back so get it while its hot 🔥🔥🔥

    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 😲​

Latest Posts

Collapse

Topics Statistics Last Post
Started by CaptainJack, 05-29-2026, 05:09 AM
0 responses
163 views
0 likes
Last Post CaptainJack  
Started by CaptainJack, 05-29-2026, 12:02 AM
0 responses
82 views
0 likes
Last Post CaptainJack  
Started by charlesugo_1, 05-26-2026, 05:03 PM
0 responses
125 views
0 likes
Last Post charlesugo_1  
Started by DannyP96, 05-18-2026, 02:38 PM
1 response
206 views
0 likes
Last Post NinjaTrader_ChelseaB  
Started by CarlTrading, 05-11-2026, 05:56 AM
0 responses
184 views
0 likes
Last Post CarlTrading  
Working...
X