Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

bollinger bands

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

    bollinger bands

    I'm looking for a way to draw a arrow or diamond above/below bar that has penetrated above/below the bollinger bands

    #2
    What do you mean permanently above/below? You can use the Draw() methods corresponding to the shape you want. If you give each draw a unique name it won't modify the previous draw and keep it on the chart "permanently".
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      bollingers

      Hey Josh,

      I'm just looking to have a arrow or diamond (doesn't matter) pop up on the bar that "penetrates" or "crosses" either the upper/lower bands.

      Comment


        #4
        Code:
        if (CrossAbove(Close, Bollinger(2, 20).Upper, 1))
             DrawDiamond("CrossAbove", false, 0, High[0] + TickSize, Color.Red);
        Give that a try. Haven't tested.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Brevo, Today, 01:45 AM
        0 responses
        3 views
        0 likes
        Last Post Brevo
        by Brevo
         
        Started by aussugardefender, Today, 01:07 AM
        0 responses
        3 views
        0 likes
        Last Post aussugardefender  
        Started by pvincent, 06-23-2022, 12:53 PM
        14 responses
        239 views
        0 likes
        Last Post Nyman
        by Nyman
         
        Started by TraderG23, 12-08-2023, 07:56 AM
        9 responses
        384 views
        1 like
        Last Post Gavini
        by Gavini
         
        Started by oviejo, Today, 12:28 AM
        0 responses
        6 views
        0 likes
        Last Post oviejo
        by oviejo
         
        Working...
        X