The Launching Pad Setup

Forums ProRealTime English forum ProScreener support The Launching Pad Setup

  • This topic has 12 replies, 3 voices, and was last updated 1 year ago by avatarFrank.
Viewing 13 posts - 1 through 13 (of 13 total)
  • #194139

    Hello,

    would it be possible to create a screener that reproduces the so-called “Launching pad setup”?

    It is basically a crossover of a combination of EMA and Moving Averages followed by a significative increase in volume.

    I enclose to pictures to illustrate what I mean.

    I guess it’s not difficult to code this screener, but I need to make sure to get it right, so your help would be definitely appreciated. Thanks!

    #194252

    Anyone? 🙂

    #194253

    I’ll make it asap 🙂

     

    1 user thanked author for this post.
    #194259

    There you go, you can choose which way you prefer to spot a spike in volume, N times greter than the prior bar or N times greater than its X-period average (just swap comment slashes between line 15 and 17:

    If want to ONLY  when the alignment of the averages changes its status from 0 to 1, swap comment slashes between lines 19 and 21.

    2 users thanked author for this post.
    #194263

    Wow! Thank you very much Roberto.

    #194267

    Roberto @robertogozzi ,

    I still have one more question for you. You might have noticed that in this setup the volume increase does not occur at the same time of the crossover, it happens slightly later.

    Would it be possible to take this into account in your code? Thanks!

    #194270

    Try this one:

    At the beginning you may change N = 3 to any other value that suits you best.

    1 user thanked author for this post.
    #194271

    Awesome! Thank you!

    #194368

    Hi @robertogozzi,

    I’ve just tested your code, and I noticed this last part. Can you please explain the difference between the two options? Also, this doesn’t seem to find any average crossovers which is the base of the launching pad setup. Thanks

     

     

    #194398

    There is no precise conditions to know in which order and when the MA/EMA should cross, this is a very “visual” setup.

    Try this version:

     

    1 user thanked author for this post.
    #194418

    Thank you very much @Nicolas

    #194433

    I just rewrote my last code to accomplish your request:

    It should work much similar to Nicolas’, but my version REQUIRES that (despite the crossover may occur in a prior bar), the MA’s are still aligned currently.

    1 user thanked author for this post.
    #194436

    Thank you very much for your help! @robertogozzi

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

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