PERFECT TRENDLINE 2 PRC Nicolas
Forums › ProRealTime forum Français › Support ProBuilder › PERFECT TRENDLINE 2 PRC Nicolas
- This topic has 10 replies, 2 voices, and was last updated 2 years ago by
JC_Bywan.
-
-
08/14/2022 at 3:15 PM #199046
Bonjour à tous,
De retour de la plage on se remet au boulot bien à l’ombre , en ce moment c’est le perfect trendline qui occupe mes journées.
Cet indicateur me semble d’un intérêt certain , j’ai dessiné une stratégie en partant des bandes de Bollinger et de cet indicateur
comme je suis pas bon en programmation je le fais de visu.
Pour affiner l’étude de cet indicateur serait-il possible d’entourer les chandeliers gris par leurs équivalents avec une bordure verte ou rouge ( bordercolor (143,255,31)//vert) ( bordercolor (200,20,60)//rouge)
je joins un graphe pour préciser mon idée.
Bon dimanchePERFECT TRENDLINE 2 PRC Nicolas12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879// PerfectTrendLine 2 PRC indicator 05.11.2020//Nicolas @ www.prorealcode.com //Sharing ProRealTime knowledge//converted from MT5 version (original author mladen) //enhanced version by Nicolas// --- settings//SlowLength = 7 // Slow length//FastLength = 3 // Fast length// --- end of settingsfasthigh = Highest[SlowLength](high)//[1]fastlow = Lowest[SlowLength](low)//[1]slowhigh = Highest[FastLength](high)//[1]slowlow = Lowest[FastLength](low)//[1]if high<slowhigh thenthighs=slowhighelsethighs=highendifif low>slowlow thentlows=slowlowelsetlows=lowendifif high<fasthigh thenthighf=fasthighelsethighf=highendifif low>fastlow thentlowf=fastlowelsetlowf=lowendifif close>slowln[1] thenslowln=tlowselseslowln=thighsendifif close>fastln[1] thenfastln=tlowfelsefastln=thighfendifonce trend=-1if close<slowln and close<fastln thentrend=1endifif close>slowln and close>fastln thentrend=0endifif trend<>trend[1] thenif trend=0 thenr=30g=144b=255elser=200g=20b=60endifdrawtext("●",barindex,fastln,Dialog,Bold,30) coloured(r,g,b)endifdrawcandle(open,high,low,close) coloured(168,168,168)if trend=0 thenif close>slowln thendrawcandle(open,high,low,close) coloured(30,144,255)endifelsif trend=1 thenif close<slowln thendrawcandle(open,high,low,close) coloured(200,20,60)endifendifreturn fastln coloured(30,144,255) as "fast line",slowln coloured(200,20,60) as "slow line"//, trend as "trend"08/15/2022 at 5:55 PM #199090Bon j’ai réussi tout seul comme un grand il suffit de rajouter ce bout de code
ainsi on a en bordure la couleur du chandelier sous-jacent
bonne soirée
add1234567891011///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////If close > open thendrawcandle(open,high,low,close) coloured(30,144,255) bordercolor (143,255,31)endifIf close < open thendrawcandle(open,high,low,close) coloured(200,20,60) bordercolor (200,20,60)endif////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////08/17/2022 at 6:24 PM #19917709/01/2022 at 5:17 PM #200034Bonsoir à tous,
L’objectif de la figure du CAC40 est atteint même dépassé ! tout le monde avait vu l’ETE j’espère.
Alors est-ce le moment de se replacer ? place à a psychologie et peut-être une capitulation pour nous emmener vers 5876.(ou plus ?)
Pour l’instant pas de signal sur le Perfect trendline 2
je joins le graphe du CAC
09/02/2022 at 5:15 PM #20006409/06/2022 at 10:31 AM #20022909/09/2022 at 5:39 PM #20044709/09/2022 at 5:46 PM #20045009/11/2022 at 2:19 PM #20054512/26/2022 at 6:47 PM #206339Bonsoir
Cette année JCbyWan m’avait donné un coup de main afin de matérialiser en chiffre le pourcentage entre deux points du perfect trendline 2.
Impossible de retrouver le post ?!
Est-il possible de différencier la couleur du résultat selon qu’il est positif ou négatif ?
bonnes fêtes à tous.
12/27/2022 at 10:15 AM #206351 -
AuthorPosts
Find exclusive trading pro-tools on