Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ToTime Error

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

    ToTime Error

    && ToTime(Time[0] == 161200)

    Use of either == or >= results in error "Operator cannot be applied to operands of type"System.Date.Time" and "int"). Any ideas here? Regards to all

    #2
    Hello elliot5,

    Thank you for your post.

    This error is stating that System.Date.Time cannot be compared to an int value. You would need to compare the Time series to a Time value. You could view the code that accomplishes this by setting up a time comparison in the Strategy Builder and selecting the 'View code' button.

    Please see the help guide documentation below demonstrating how to make time comparisons.
    Time Comparison - https://ninjatrader.com/support/help...imeComparisons

    Let us know if we may assist further.
    <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


      #3
      Originally posted by elliot5 View Post
      && ToTime(Time[0]) == 161200)

      Use of either == or >= results in error "Operator cannot be applied to operands of type"System.Date.Time" and "int"). Any ideas here? Regards to all
      Per the way the code is written, the error message is correct.

      The boolean '==' operator is being applied to "Time[0] == 161200", which is nonsensical.
      The result of this '==' operation is then input to ToTime, which is also nonsensical.

      But why that message?
      Because the code has errors.
      Because ToTime is missing its closing ')' parenthesis.
      Last edited by bltdavid; 05-19-2021, 02:22 PM.

      Comment


        #4
        bitdavid thank you --- such an obvious error - just didnt see it. Thanks again and if I can be of any help let me know.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        88 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        135 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        68 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        119 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        69 views
        0 likes
        Last Post PaulMohn  
        Working...
        X