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 CarlTrading, 03-31-2026, 09:41 PM
          1 response
          128 views
          1 like
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          73 views
          1 like
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          116 views
          2 likes
          Last Post CaptainJack  
          Started by CarlTrading, 03-30-2026, 11:51 AM
          0 responses
          109 views
          1 like
          Last Post CarlTrading  
          Started by CarlTrading, 03-30-2026, 11:48 AM
          0 responses
          88 views
          0 likes
          Last Post CarlTrading  
          Working...
          X