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 rhyminkevin, Today, 04:58 PM
        4 responses
        52 views
        0 likes
        Last Post dp8282
        by dp8282
         
        Started by iceman2018, Today, 05:07 PM
        0 responses
        5 views
        0 likes
        Last Post iceman2018  
        Started by lightsun47, Today, 03:51 PM
        0 responses
        7 views
        0 likes
        Last Post lightsun47  
        Started by 00nevest, Today, 02:27 PM
        1 response
        14 views
        0 likes
        Last Post 00nevest  
        Started by futtrader, 04-21-2024, 01:50 AM
        4 responses
        50 views
        0 likes
        Last Post futtrader  
        Working...
        X