Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

CrossAbove/Below don´t work all the time!

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

    CrossAbove/Below don´t work all the time!

    I use often this code:

    Code:
    	
    				
    
    if (CrossAbove(KPA900(), KPAutoStop(), 1))
    {  
      Print (" Time & Date " + Time[0].ToString() + "-  Buy Time -");
    }

    I have observed that CrossAbove/Below do not work all the time, or they activate all along. They are nmot activating in all cross events! It´s something wrong with this command? or need others conditions that I do not know?.

    #2
    I can't comment on what values are returned from the 3rd party indicators but using standard NT indicators, it is guaranteed to work. You can double check yourself by writing something like:

    if (valueA[1] < valueB[1] && valueA[0] > valueB[0])
    RayNinjaTrader Customer Service

    Comment


      #3
      Nice! I Will Try it! Thx!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      597 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      343 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      103 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      556 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      555 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X