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 fx.practic, 10-15-2013, 12:53 AM
      5 responses
      5,406 views
      0 likes
      Last Post Bidder
      by Bidder
       
      Started by Shai Samuel, 07-02-2022, 02:46 PM
      4 responses
      98 views
      0 likes
      Last Post Bidder
      by Bidder
       
      Started by DJ888, Yesterday, 10:57 PM
      0 responses
      8 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by MacDad, 02-25-2024, 11:48 PM
      7 responses
      160 views
      0 likes
      Last Post loganjarosz123  
      Started by Belfortbucks, Yesterday, 09:29 PM
      0 responses
      9 views
      0 likes
      Last Post Belfortbucks  
      Working...
      X