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 ZenCortexAuCost, Today, 04:24 AM
        0 responses
        3 views
        0 likes
        Last Post ZenCortexAuCost  
        Started by ZenCortexAuCost, Today, 04:22 AM
        0 responses
        0 views
        0 likes
        Last Post ZenCortexAuCost  
        Started by SantoshXX, Today, 03:09 AM
        0 responses
        13 views
        0 likes
        Last Post SantoshXX  
        Started by DanielTynera, Today, 01:14 AM
        0 responses
        2 views
        0 likes
        Last Post DanielTynera  
        Started by yertle, 04-18-2024, 08:38 AM
        9 responses
        42 views
        0 likes
        Last Post yertle
        by yertle
         
        Working...
        X