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