Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Print with Multiple overloads

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

    Print with Multiple overloads

    I have to say, that I dont like that NinjaTrader has only 1 overload for Print(). In other platforms it has multiple overloads.

    in NT, we have to do such:

    Code:
    Print("Hello:"+ myPrice.ToString() + "," + MyBool.ToString() );
    (Note, converting everything with extra `.ToString()` and using the manual commas.
    other platform, we can simply:

    Code:
    Print("Hello", myPrice,  MyBool);
    so, it will print them, so we dont need to use` .ToString()` manually, making the debugging process/coding quicker.
    also, no negative effects, just add `Print` overloads (let's say, max 10 arguments overloads ) in NinjaScriptBase please.

    #2
    Hello TazoTodua,

    Thank you for your post.

    NinjaScript is built in C# and emulates several of the concepts. If you want to pass items in such a manner consider the use of string.Format() which is detailed at the following link: https://ninjatrader.com/support/help...n-us/print.htm

    I will forward your suggestion to our development team.

    Comment


      #3
      Hello TazoTodua,

      Thank you for your patience.

      This request has been assigned the internal tracking id SFT-1309. Please let me know if you have any questions.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      571 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      330 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      548 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      549 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X