3 bar play, 4 bar play

Forums ProRealTime English forum ProScreener support 3 bar play, 4 bar play

Tagged: , , , ,

Viewing 15 posts - 1 through 15 (of 24 total)
  • #112762

    Hi,

    are there any code ready for ProRealtime for a 3 vs 4 days play

    desctibed here:

    https://www.youtube.com/watch?v=eXO1EXDnCpE

    #112763

    It’s a long video, you should recap the rules and maybe add some screenshots.

    #112764

    Pictures shows the 3 bars / 4 bars play generic set up.

    #112769

    There you go:

    I couldn’t get any result. I fear it’s because of the “=” operator.

    That’s why I asked you for some details, because pics show equal levels as to close and open many times, but in real market it’s a very rare condition.

    Anyway, you can study the code, which is very simple and intuitive, and change what you think needs to be changed.

     

     

    1 user thanked author for this post.
    #112773

    Thanks alot, I get this error after pasting your code?

    #112775

    error in line 7

    #112777

    Because this is an Indicator and you should use it in ProBuilder (as you requested using the ProBuilder support forum).

    If you want to use it as a screener, just remove line 5 and replace the last line with:

    If you used this forum by mistake and want to switch to ProScreener, just let me know and I’ll move it.

    #112782

    Hi,

    IT was meant to be screener, but I like both. sorry for wrong forum.

     

    I still get error on that line using: SCREENER Result

    #112786

    The correct syntax is:

    In any case I’ll move the topic to ProScreener.

    #112794

    Hi,

    Returns error in line 47:

    Characters missing. suggestions: end of code

     

    #112802

    After the first RETURN line there cannot be any more lines, unless they are comments.

    #112806

    Sorry that Im a rockie in coding, it is still not working.

    please past the code that is running well, thx !

    #112809

    The code I posted is correct as an indicator.

    To use it as a screener you just have to follow these two steps:

    1. remove (or comment out)  line 5
    2. replace line 46 with

       

     

    #151239

    Great code here.
    In the youtube clip they just use this on the FIRST three or four bars when the market opens and it has to GAP from yeasterdays closing.

    So, can we first code that it is a major gap in from the first bar today, from the last bar yeasterday, for bull (patttern 1 and 2) we need to have a gap up, and for bear (pattern 3 and 5) we need to have a big gap down.
    and to have this on only the first bars, should we put in a timestamp? or is it possible to know if it is the first bar for today?

    Thanks for the great work @robertogozzi

    #151473

    Can you make an example?

     

Viewing 15 posts - 1 through 15 (of 24 total)

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