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 futtrader, 04-21-2024, 01:50 AM
          6 responses
          57 views
          0 likes
          Last Post futtrader  
          Started by sgordet, Today, 11:48 AM
          0 responses
          1 view
          0 likes
          Last Post sgordet
          by sgordet
           
          Started by Trader146, Today, 11:41 AM
          0 responses
          3 views
          0 likes
          Last Post Trader146  
          Started by jpapa, 04-23-2024, 07:22 AM
          2 responses
          17 views
          0 likes
          Last Post rene69851  
          Started by funk10101, Today, 11:35 AM
          0 responses
          1 view
          0 likes
          Last Post funk10101  
          Working...
          X