Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 jaybedreamin, Today, 05:56 PM
    0 responses
    3 views
    0 likes
    Last Post jaybedreamin  
    Started by DJ888, 04-16-2024, 06:09 PM
    6 responses
    18 views
    0 likes
    Last Post DJ888
    by DJ888
     
    Started by Jon17, Today, 04:33 PM
    0 responses
    1 view
    0 likes
    Last Post Jon17
    by Jon17
     
    Started by Javierw.ok, Today, 04:12 PM
    0 responses
    6 views
    0 likes
    Last Post Javierw.ok  
    Started by timmbbo, Today, 08:59 AM
    2 responses
    10 views
    0 likes
    Last Post bltdavid  
    Working...
    X