Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

strategy not taking trades

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

    strategy not taking trades

    my strategy is not taking trades..

    market replay..my strat is not executing. when the chaikin oscillator crosses the '0' line it is supposed to enter a position. this is not happening..

    #2
    Assuming it's active and hasn't thrown an error in the output window, you need to verify your logic.

    Use print statements to print out the values to verify.

    Comment


      #3
      Hello shooly76,

      Thanks for your post.

      sledge is correct. Prints will need to be added to your code one line above where the order should be entered.

      For example:

      Print(Time[0]+" - "+condition was triggered);

      Prints will go to the output window during runtime. (Tools -> Output Window...)
      http://www.ninjatrader.com/support/h.../nt7/print.htm

      Are you seeing those prints appear?
      Chelsea B.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      71 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      39 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      63 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      63 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      53 views
      0 likes
      Last Post CarlTrading  
      Working...
      X