Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strat Indicator will not Draw

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

    Strat Indicator will not Draw

    Hi NinjaTrader_Kane

    The Simple Strat Indicator posted by cay7man is buggy and will not draw as coded. The following snippet is needed under OnBarUpdate() for it to work.

    Code:
    if (CurrentBar < 1)
    return;
    Cheers!

    #2
    I uploaded the fix to this post.
    https://ninjatraderecosystem.com/use...rat-indicator/

    Going forward, please directly contact the original creator to make changes rather than NInjaTrader staff for user app submissions. We do not vet or verify the code that is posted here as long as the submission is not in DLL format.
    Attached Files
    Last edited by NinjaTrader_ChrisL; 03-08-2022, 03:55 PM.

    Comment


      #3
      Originally posted by aligator View Post
      Hi NinjaTrader_Kane

      The Simple Strat Indicator posted by cay7man is buggy and will not draw as coded. The following snippet is needed under OnBarUpdate() for it to work.

      Code:
      if (CurrentBar < 1)
      return;
      Cheers!
      Fixed it. See the updated version
      Attached Files

      Comment


        #4
        Originally posted by NinjaTrader_ChrisL View Post
        Going forward, please directly contact the original creator to make changes rather than NInjaTrader staff for user app submissions.
        Point taken for future. However, the submission post indicated "Last edited by NinjaTrader_Kane" That is why post was sent to Kane.

        Comment


          #5
          aligator, I read in a thread that you already converted D-Wave indicator to NinjaTrader 8. Can you share it?

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          648 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          369 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          108 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          572 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          573 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X