Code Pop Gun Rebound

Forums ProRealTime Deutsch forum ProBuilder Support Code Pop Gun Rebound

Viewing 15 posts - 1 through 15 (of 20 total)
  • #36152

    Kann das jemand programieren?

    Siehe Bild.

    Ich habe eigentlich nur Probleme mit dem genauen Einstieg, direkt “with next bar open”

    https://picload.org/view/ridrcoga/chart-20052017-1500-eonse.png.html

    #36153

     

    //Maybe in this way to start coding:

    //indicator PG

    PG = High[2]>High[1] and Close[2]<Close[1] and High>High[1] and Close <Close[1]

    Return = PG

     

    // indicator to trade the PG Short

    PG = High[2]>High[1] and Close[2]<Close[1] and High>High[1] and Close <Close[1] and Open>Open[1]

    Return = PG Short

     

    // indicator to trade the PG Long

    PG = High[2]>High[1] and Close[2]<Close[1] and High>High[1] and Close <Close[1] and Open<Open[1]

    Return = PG Short

     

     

    #36154

     

    #36155

    Gute Arbeit! Kleinere Veränderung unten (nein = nach Rückkehr), um es zu arbeiten?

    Farbcodes sind falsch, ich habe sie gemacht! 🙂

    #36156

    Korrigiert Ich wünschte, dass Bearbeitungspost war länger als 5 Minuten!

    Kriterien für kurze und lange Bedürfnisse tweaking?

     

    #36157

    Das ist aber schön.

    So eine schnelle Antwort.

    Und dann auch noch auf deutsch.

    Ich bin begeistert.

     

    Wie bekomme ich jetzt den direkten Einstieg nah der Triggerkerze hin?

     

     

    #36158

    little bit better than before

     

    #36159

     

    #36160

     

    #36161

    Nein, nicht long nach einer PG Long, sondern Short(!),  wir traden den Rücklauf nach der Triggerkerze

    (PG´s brechen seltener bei der 1. Kerze nach der Triggerkerze aus. Grundsätzlich können wir die Long nach PG Long zusätzlich programmieren. Kursziel 1 260% Ext. von der Aussenkerze, Kursziel 2 423 von der Ext. )

     

    Aber hier geht erst mal nur um den Rebound nach der Triggerkerze. War die Triggerkerze Long, dann “withnext bar open” Short !!

    https://picload.org/view/ridrcoga/chart-20052017-1500-eonse.png.html

    1 user thanked author for this post.
    #36162

     

    1 user thanked author for this post.
    #36163

    ?? BBC codes?

    #45222

    Hallo,

    ist high und close richtig?

    Muss es nicht high und low sein?

    VG

    Peter

    #45403

    @pmeier
    Was meinen Sie?

    #45425

    Hello,

    as i understood a pop gun is defined by a middle candle which is between two out candles that are higher and lower than the middle candle.

    The screener defines the middle candle between high and close. As i understood popgun should be defined between high and low instead.

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

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