Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Time

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

    Time

    if (ToTime(Time[0]) > 100000 );
    {

    if ( CrossAbove(SMA(Fast), SMA(Slow), 1))
    EnterLong();
    else if (CrossBelow(SMA(Fast), SMA(Slow), 1))
    EnterShort();
    }




    Why does this not enter after 10am. only?

    #2
    neb1998,

    I am happy to assist you.

    Please try : ToTime(Time[0]) > ToTime(10,0,0)

    Also, you may want to bracket your trading times, i.e.

    If ( ToTime(Time[0]) > ToTime(10,0,0) && ToTime(Time[0]) < ToTime(18,0,0) )
    Adam P.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by neb1998 View Post
      if (ToTime(Time[0]) > 100000 );
      {

      if ( CrossAbove(SMA(Fast), SMA(Slow), 1))
      EnterLong();
      else if (CrossBelow(SMA(Fast), SMA(Slow), 1))
      EnterShort();
      }




      Why does this not enter after 10am. only?
      there is coding error. you got to remove the ;

      Comment


        #4
        perfect, didnt see that semi colon.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        65 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        35 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        59 views
        1 like
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        62 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        51 views
        0 likes
        Last Post CarlTrading  
        Working...
        X