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.
    Chris L.NinjaTrader Customer Service

    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 rhyminkevin, Today, 04:58 PM
          4 responses
          52 views
          0 likes
          Last Post dp8282
          by dp8282
           
          Started by iceman2018, Today, 05:07 PM
          0 responses
          5 views
          0 likes
          Last Post iceman2018  
          Started by lightsun47, Today, 03:51 PM
          0 responses
          7 views
          0 likes
          Last Post lightsun47  
          Started by 00nevest, Today, 02:27 PM
          1 response
          14 views
          0 likes
          Last Post 00nevest  
          Started by futtrader, 04-21-2024, 01:50 AM
          4 responses
          50 views
          0 likes
          Last Post futtrader  
          Working...
          X