Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Print with Multiple overloads

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

  • NinjaTrader_PatrickH
    replied
    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.

    Leave a comment:


  • NinjaTrader_PatrickH
    replied
    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.

    Leave a comment:


  • ttodua
    started a topic Print with Multiple overloads

    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.

Latest Posts

Collapse

Topics Statistics Last Post
Started by puapwr, Today, 06:09 PM
0 responses
4 views
0 likes
Last Post puapwr
by puapwr
 
Started by franciscog21, Today, 05:27 PM
0 responses
7 views
0 likes
Last Post franciscog21  
Started by hdge4u, 04-29-2024, 12:23 PM
5 responses
28 views
0 likes
Last Post MisterTee  
Started by llanqui, 01-25-2024, 06:15 PM
9 responses
65 views
0 likes
Last Post MisterTee  
Started by tradingnasdaqprueba, 05-07-2024, 03:42 AM
16 responses
67 views
0 likes
Last Post tradingnasdaqprueba  
Working...
X