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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    41 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    28 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    45 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    37 views
    0 likes
    Last Post CarlTrading  
    Working...
    X