Simple 3-test breakout

Forums ProRealTime English forum ProScreener support Simple 3-test breakout

Viewing 5 posts - 1 through 5 (of 5 total)
  • #120006

    Hello Everyone,  my coding level is terrible but I’ve manage to get my main strategy working for proscreener.  I am wondering if anyone has successfully coded a 3-test of a horizontal line (support/resistance) scanner , part of my second strategy??  I can’t see anything in the library and would love some assistance.

     

    thanks,

    adam

    #120019

    First you have to determine the resistance (support is just the other way round).

    To do this you must choose a preferred period, say 100 bars:

    now you count the number of times price (high) has hit that resistance:

    x will be true when Resistance has been hit at least 3 times or more.

    (not tested)

    #120022

    Thank you, I’ll give it a try tomorrow night.

    #120063

    I tested it and it seems not to work correctly. This should do, instead:

    and this is the indicator:

     

    #120071

    I have this indicator that I wrote a while back that might be of interest. It calculates a level mid way through the upper and lower shadow and then checks back through p bars to see how many other shadows crossed the same level. It draws extending lines at these levels if ‘tests’ quantity of shadow crosses are detected until a new level is found to have been tested.

    I might submit it to the library as I’d forgotten that I’d coded it!

     

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

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