Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

A newbie needs your help

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

    A newbie needs your help

    Hi everyone,
    I am trying to develop a strategy that is based on Bollinger Bands, RSI and Aroon indicators.

    I want to be able to add as a rule, whenever the range bar touches the upper bollinger band.

    I tried adding through the wizard a Price-> Close to be used as the value that should be matched to either = or be > the upper bolinger band.

    This had no effect.

    I after that tried crossover and cros below....I also tried the "!=" but there was no luck as well.

    Can someone give me a tip on how to solve this issue?

    Thanks.

    #2
    Hello nikolaalx,

    Is your condition not being hit or is it being hit when you are not expecting it to be?

    You should be able to accomplish what you are looking for using the Close >= Upper Bollinger by the sounds of your description.

    Are you using something like the following image?
    Attached Files
    JCNinjaTrader Customer Service

    Comment


      #3
      Thanks, It worked out.
      Last edited by nikolaalx; 04-09-2014, 02:27 PM.

      Comment


        #4
        I just found out where the problem is.

        Thank you!

        Comment


          #5
          Originally posted by nikolaalx View Post
          Hi everyone,
          I am trying to develop a strategy that is based on Bollinger Bands, RSI and Aroon indicators.

          I want to be able to add as a rule, whenever the range bar touches the upper bollinger band.

          I tried adding through the wizard a Price-> Close to be used as the value that should be matched to either = or be > the upper bolinger band.

          This had no effect.

          I after that tried crossover and cros below....I also tried the "!=" but there was no luck as well.

          Can someone give me a tip on how to solve this issue?

          Thanks.
          "range bar touches the upper bollinger band." translates to (in pseudocode):
          Code:
          Low[0] <= UpperBB && High[0] >= UpperBB;

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          648 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          369 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          108 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          572 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          573 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X