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 CarlTrading, 03-31-2026, 09:41 PM
          1 response
          65 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          35 views
          0 likes
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          59 views
          1 like
          Last Post CaptainJack  
          Started by CarlTrading, 03-30-2026, 11:51 AM
          0 responses
          62 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 03-30-2026, 11:48 AM
          0 responses
          51 views
          0 likes
          Last Post CarlTrading  
          Working...
          X