Steve Nison method indicator

Forums ProRealTime English forum ProBuilder support Steve Nison method indicator

Viewing 7 posts - 1 through 7 (of 7 total)
  • #177841

    I would like to exchange ideas on how to program Steve Nison’s candlestick pattern.

    The those three middle white candles (open[3]<close[3] AND close[3]>open[2] and open[2]<open[1] and close[1]>open AND open<close) can possibly continue not only 3 but also 7, 8, 9… middle candles. Then, the code will be too long to express it.

    Alternatively, I have re-coded it using the while loop as the below.

    But it has been unsuccessful. I would appreciate it very much if there is any advice to make it shorter code. Thank you.

     

     

     

    #177851

    This is the “Rising Three”. I added a minimum BODY size for the first and last candles. If you don’t want to apply it then uncomment line 5:

    #177884

    Thank you very much for your advice. It looks great idea. I will have a look into it.

    However, for others, here is a more clear picture of what I am trying to do. The challenge is that how can we express the possibly large number of white candle bars (not only 3 bars) as code, using while or for a loop.

    #177887

    Reference: Steve-Nison-Japanese-Candlestick-Charting-Techniques-Prentice-Hall-Press-2001_1

    #177907

    Here is a more calibrated version of the original code with Ticker DAX 10ticks chart for Bearish Signal Falling 2 Method up to Falling 7 Method. Still looking for a shorter code of this…

     

    #177915

    My code can find any number of inside candles, from 2 on…

    You code seems not to be correct, as the rule says that ALL inside candles must be within the RANGE of the leftmost candle in the pattern.

     

    #178094

    I have coded a version detecting both the FALLING and the RISING method, any candle in between from 2 to… N.

    I have attached 3 pics of the indicator as it shows on charts and the two ITF files (screener + indicator).

     

    1 user thanked author for this post.
Viewing 7 posts - 1 through 7 (of 7 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login