Wedge pattern screener
Forums › ProRealTime forum Français › Support ProScreener › Wedge pattern screener
- This topic has 15 replies, 2 voices, and was last updated 3 years ago by Frederic47.
-
-
08/24/2018 at 4:35 PM #78987
https://www.prorealcode.com/prorealtime-market-screeners/wedge-pattern-screener/
Bonjour à tous , bonjour Nicolas
Est-il possible d’avoir trois screeners qui sache différencier les triangles :
1- ascendants
2- symetriques
3- descendants
merci pour ton aide
08/24/2018 at 5:19 PM #7898908/25/2018 at 9:26 AM #7903608/28/2018 at 8:33 AM #79216Le type de triangle détecté est désormais affiché dans la colonne de tri de ProScreener, soit n°1, 2 ou 3.
De mémoire :
- triangle descendant
- triangle symétrique
- triangle ascendant
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647//PRC_Wedge pattern | screener//12.09.2016//Nicolas @ www.prorealcode.com//Sharing ProRealTime knowledge//fractalscp = 10 //lookbackif high[cp] >= highest[(cp)*2+1](high) thenLLH = 1elseLLH = 0endifif low[cp] <= lowest[(cp)*2+1](low) thenLLL = -1elseLLL = 0endifif LLH = 1 thena = b[1]abar = bbar[1]b = high[cp]bbar = barindex[cp]endifif LLL = -1 thenc = d[1]cbar = dbar[1]d = low[cp]dbar = barindex[cp]endifc1 = a<b and c<d and abs(abar-bbar)>abs(cbar-dbar) and abs(a-b)<abs(c-d)c2 = a>b and c<dc3 = a>b and c>d and abs(abar-bbar)<abs(cbar-dbar) and abs(a-b)>abs(c-d)if c1 thenpattern = 1elsif c2 thenpattern = 2elsif c3 thenpattern = 3endifSCREENER [c1 or c2 or c3] (pattern as "type triangle n°")1 user thanked author for this post.
08/28/2018 at 10:34 AM #79235Merci Nicolas pour cet excellent travail comme d’hab !
d’après les retours du screener je verrai plutôt :
3 = triangles descendants
2 = triangles symétriques
1 = pas de résultat ce jour mais je vote pour des triangles ascendants
Encore merci , bonne journée et bons trades
nota = si tu pouvais joindre le code dans la rubrique screener cela servirai bien la communauté PRC
1 user thanked author for this post.
09/06/2018 at 2:14 PM #79881@ Nicolas
Je teste journellement ce screener en daily depuis ta proposition.
Les retours de type 2 et 3 fonctionnent bien.
En revanche ceux de type 1 = triangles ascendants sont absents alors que visuellement j’en ai vu plusieurs depuis.
Vois tu un bug possible dans ton code ?
Bonne journée
09/07/2018 at 9:06 AM #7993709/07/2018 at 9:54 AM #79942Bonjour Nicolas
Je viens de recopier ton code au cas où ?!
Je n’avais pas pensé à l’effet du filtre 321 ou 123 cependant je n’ai toujours pas de 1 ?
en daily sur la journée d’hier sur le SRD j’ai 72 retours que des 3 ou 2
As tu le même résultat ?
09/07/2018 at 12:06 PM #7995609/07/2018 at 1:31 PM #7996109/07/2018 at 1:37 PM #7996209/07/2018 at 2:18 PM #79965voici le code que j’utilise :
Wedge pattern selection screener123456789101112131415161718192021222324252627282930313233343536373839404142434445464748//Wedge pattern selection screener PRC 12.09.2016//PRC_Wedge pattern | screener//12.09.2016//Nicolas @ www.prorealcode.com//Sharing ProRealTime knowledge//fractalscp = 10 //lookbackif high[cp] >= highest[(cp)*2+1](high) thenLLH = 1elseLLH = 0endifif low[cp] <= lowest[(cp)*2+1](low) thenLLL = -1elseLLL = 0endifif LLH = 1 thena = b[1]abar = bbar[1]b = high[cp]bbar = barindex[cp]endifif LLL = -1 thenc = d[1]cbar = dbar[1]d = low[cp]dbar = barindex[cp]endifc1 = a<b and c<d and abs(abar-bbar)>abs(cbar-dbar) and abs(a-b)<abs(c-d)c2 = a>b and c<dc3 = a>b and c>d and abs(abar-bbar)<abs(cbar-dbar) and abs(a-b)>abs(c-d)if c1 thenpattern = 1elsif c2 thenpattern = 2elsif c3 thenpattern = 3endifSCREENER [c1 or c2 or c3] (pattern as "type triangle n°")09/07/2018 at 7:23 PM #7997012/11/2019 at 3:43 PM #114692bonjour a tous
sur votre programme on détecte les triangles comme
- triangle descendant
- triangle symétrique
- triangle ascendant
petite question serais t”il possible de détecte les biseaux
en 5 biseau descendant
et en 6 biseau ascendant.
ou si non pas possible , faut t’il crée un nouveau screener qui détecterai que les biseaux
cordialement
05/22/2020 at 3:47 PM #132853 -
AuthorPosts
Find exclusive trading pro-tools on