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 dcriador, Today, 12:06 PM
          0 responses
          6 views
          0 likes
          Last Post dcriador  
          Started by dcriador, Today, 12:04 PM
          0 responses
          4 views
          0 likes
          Last Post dcriador  
          Started by cutzpr, Today, 08:54 AM
          0 responses
          11 views
          0 likes
          Last Post cutzpr
          by cutzpr
           
          Started by benmarkal, Today, 08:44 AM
          0 responses
          16 views
          0 likes
          Last Post benmarkal  
          Started by Tin34, Today, 03:30 AM
          2 responses
          28 views
          0 likes
          Last Post Tin34
          by Tin34
           
          Working...
          X