Jump to content

Talk:Range expansion index

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Technical Analysis Box[edit]

Page needs to be linked to box in the technical analysis box at bottom of page. Nz101 - Talk :: Contribs 00:07, 21 January 2011 (UTC)[reply]

Are the conditions really correct?[edit]

Hi, this is my first contribution to Wikipedia. I just have a question regarding the conditions stated in the article, reproduced below.

if ((High[j – 2] < Close[j - 7]) && (High[j - 2] < Close[j - 8]) && (High[j] < High[j - 5]) && (High[j] < High[j - 6]))

  else 

if ((Low[j – 2] > Close[j – 7]) && (Low[j – 2] > Close[j – 8]) && (Low[j] > Low[j – 5]) && (Low[j] > Low[j – 6]))

  else 

I see that you compare the High at j with the High at j - 5 and j - 6, as well as the Low at j with the Low at j - 5 and j - 6. DeMark does not do this in his 1994 book (cited in the References of the article). Rather, he compares the current High with prior Lows and the current Low with prior Highs. It is true that he compares the current Low with prior Lows on page 95 of the book, but this appears to be a typo because he compares the current Low to prior Highs in the sample code on page 98. His description of the indicator on page 25 of his 1997 book "New Market Timing Techniques"[1] agrees with this code.

T.mattson72 (talk) 03:37, 1 June 2019 (UTC)[reply]

References

  1. ^ Thomas R. DeMark, New Market Timing Techniques, ISBN 978-0471149781