Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Draw Arrow Down

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

    Draw Arrow Down

    I was trying to code this simple DrawArrowDown script. It does not display the arrows and now my other DrawText code (NinjaPriceAction) does not display either? What am I missing. It all seemed to go wrong when I tried to run this code, while NinjaPriceAction was applied.

    Thanks.

    protectedoverridevoid Initialize()
    {
    CalculateOnBarClose =
    true;
    Overlay =
    true;
    PriceTypeSupported =
    false;
    }
    ///<summary>
    /// Called on each bar update event (incoming tick)
    ///</summary>
    protectedoverridevoid OnBarUpdate()
    {

    // MSH 3 bar reversal
    if (High[2] > High[3] && High[1] > High[2] && Close[0] < Open[0])
    DrawArrowDown(CurrentBar.ToString()+
    "MSH1", true, 0, High[0] + TickSize, Color.Blue);

    }

    #2
    Hi maxsys,

    Can you check the log tab for errors.

    You're may be running into the error described here...
    TimNinjaTrader Customer Service

    Comment


      #3
      Problem resolved

      That was the problem, thanks for steering my straight.

      Comment


        #4
        Hi maxsys,

        Great, glad to hear you're up and running!
        TimNinjaTrader Customer Service

        Comment


          #5
          CalculateOnBarClose = true; ----->>>>>> CalculateOnBarClose = false;

          Porn Clips
          Adult Online Dating

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          647 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