Pivots Points – Buy and sell short strategy

Forums ProRealTime English forum ProOrder support Pivots Points – Buy and sell short strategy

Viewing 15 posts - 1 through 15 (of 17 total)
  • #220441

    Hello,

    Just looking for an automated strategy that involves Pivots Points (Free or with a small fee).

    Conditions:

    Buy if PP is support

    Sell if PP is resistance

    TF to be determined manually.

    TP to be determined manually.

     

    Thank you

     

     

    Thank you

    Damien

    #220547

    Any help and code posted on this forum is ALWAYS for free.

    There you go:

     

    4 users thanked author for this post.
    #220563

    Hi Roberto, Big thanks to you and very long life to this forum!

     

     

    #220567

    Nice approach by Roberto!

    Other code related to avoid take positions near pivot points: https://www.prorealcode.com/topic/prevent-entry-near-pivot-points/#post-202658

    could be easily reverted to take positions on them.

    2 users thanked author for this post.
    #222589

    Good morning Roberto,

    Thank you for this strategy.

    I am scratching my head wondering why this strategy did not take a short position at 1030am this morning (NASDAQ – 1 mn UT) ?

    Point pivot was a “Res” for the close, 5 previous close were below Point Pivot and high was over point pivot.

    Thank you.

    Damien

     

     

    #222591

    Because it was already ShortOnMarket AND condition Sup1 was false.

    Using GRAPH extensively to monitor your conditions and other data will help you.

     

     

    1 user thanked author for this post.
    #222600

    Thank you Roberto for your swift answer. Appreciated.

    If I am not mistaken, the strategy was flat. I added the Graph as you said. I have ignored the Sup1 // …

    According to the chart, the strategy should have taken postions at 9:44am & 9:54am and 10:31am? What do you think?

    These types of entries are the one I am looking for. I am a dummy in coding 😉

     

    #222606

    Append these lines to your code:

    you will see that NO condition was true and that the price was quite far from the pivot line.

     

    #222615

    Find it why, thank you Roberto.

    1 – The code uses the previous PP (1) so of course there were no trade taken in the mentioned levels today (0). Sorry 😉

    2 – But when i change the PP with (0) instead of (1) it gives a funny PP… How can i have it straight like the PRT one please?

    Thank you.

    Damien

     

    #222618

    Strangely, the indicator PP Daily gives a straight line for the PP Pivot like the PRT PP even with the (1)… Please help. Thank you Roberto.

    #222620

    Sorry, but I can’t understand what you want to do, why are you comparing yestarday’s (1)  data with today’s (0)?

    Please post exactly the code you want to use and tell me when it doesn’t work according to you (on Nasdaq, 1-minute TF) ?

     

    1 user thanked author for this post.
    #222687

    Bonjour Nicolas,

    J’ai envoyé une demande mercredi via la messagerie “Trading Programming Service” afin de faire construire la Ferrari des points Pivots 😉 dans votre garage. C’est possible, n’est-ce pas ?

    Excellente journée.

    Damien

    Hello Nicolas, I sent a request on Wednesday via the “Trading Programming Service” messaging service to have the Pivot Points Ferrari built 😉 in your garage. It’s possible, isn’t it? Excellent day.

    Damien

    #222695

    @Inertia

    Only post in the language of the forum that you are posting in. For example English only in the English speaking forums and French only in the French speaking forums.

    Thanks 🙂

     

    1 user thanked author for this post.
    #222696

    Sorry Roberto. Thank you. Cheers. Thank you for your help.

    #222803

    Hello Roberto,

    Here is the code.

    Highlighted in yellow the level to Buy OR Sellshort.

    No trade were taken despite: “DEFPARAM CumulateOrders = TRUE “.

    Thank you for your help.

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

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