Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Code to Choose Nearest Value of Reference Number

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

    Code to Choose Nearest Value of Reference Number

    Hello,

    I need support to develop a code that between 5 variables, always choose the one near 1.00

    For instance:

    Day 1:
    A = 0.95
    B = 1.07
    C = 0.99
    D = 0.97
    E = 1.04

    Day 2:
    A = 0.90
    B = 1.02
    C = 0.94
    D = 1.03
    E = 0.97​

    So in day 1 must choose C variable over the other 4, and day 2 must choose B, and so on.

    thank you.



    #2
    Hello diorfo57,

    Thanks for your post.

    There are no NinjaScript methods that would retrieve a value that is closest to a specific number.

    This would require coming up with your own custom C# logic to accomplish. This could likely be accomplished by using a list of some sort, however, using a List goes outside our scope of support in the Support department at NinjaTrader. You could consider doing some research, such as a Google search, on how to accomplish this using custom C# logic.

    This forum thread will be open for other community members to share their insights on the matter.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    560 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    325 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
    547 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X