Weekly Scan SetUp

Viewing 2 posts - 1 through 2 (of 2 total)
  • #87614

    Hi

    I am trying to convert this line of code into  ProReal Time

    The code finds the Highest High Value for the past 15 weeks or days has a moving Av of 90 Exp. and a close greater than open with a big white candle.

    set_up:= C>Ref (HHV(C, 15), -1 AND C> Mov( C, 90 E) AND C>O AND C-O > 1.2*Mov (ref(ABS(C-O),-1). 10 S);

    set_up

    Thanks for any help

    Neville

    #87619

    There you go, you can chenge all constants to whatever suits you best:

    line 6 is an alternative to line 5, in case you want to define a big candle not compared to the number of pips it has moved, but to its range (in such a case even a small candle can appear as a big one if it has short wicks).

     

     

Viewing 2 posts - 1 through 2 (of 2 total)

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