Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Print() order of results

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

    Print() order of results

    Hi,

    I am trying to classify result from a list and than Print() them in that order.

    var result = list.Select(x => new { difference = Math.Abs(x - fibo1), value = x }).OrderBy(x => x.difference).First().value;

    Print(result);

    Its listing the result in the output window but i am not sure in the order it suppose to be.

    I can see the doubles showing .785664, 1.5589, 145698 etc but it does not seem to be in order of my code. Is it suppose to come out like i wish in the OW or does the OW only return the numbers in an order the way the data comes?

    I want to use addplot to generate a line in the chart from the order of that result, will it work?

    #2
    Hello frankduc,

    While the platform support team does not assist with custom logic such as this, this thread will remain open for any community members that would like to assist.

    I'm including a link to the microsoft documentation on List.Select which you may find helpful.


    You can also contact a professional NinjaScript Consultant who would be eager to create or modify this script at your request or assist you with your script. The NinjaTrader Ecosystem has affiliate contacts who provide educational as well as consulting services. Please let me know if you would like our business development follow up with you with a list of affiliate consultants who would be happy to create this script or any others at your request.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    36 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    14 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    19 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    22 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X