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 CortexZenUSA, Today, 12:53 AM
        0 responses
        1 view
        0 likes
        Last Post CortexZenUSA  
        Started by CortexZenUSA, Today, 12:46 AM
        0 responses
        1 view
        0 likes
        Last Post CortexZenUSA  
        Started by usazencortex, Today, 12:43 AM
        0 responses
        5 views
        0 likes
        Last Post usazencortex  
        Started by sidlercom80, 10-28-2023, 08:49 AM
        168 responses
        2,265 views
        0 likes
        Last Post sidlercom80  
        Started by Barry Milan, Yesterday, 10:35 PM
        3 responses
        11 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Working...
        X