Bougie traversant MM50 et MM200
Forums › ProRealTime forum Français › Support ProScreener › Bougie traversant MM50 et MM200
- This topic has 8 replies, 2 voices, and was last updated 4 years ago by finplus.
-
-
12/02/2019 at 7:56 PM #114084
Bonsoir,
je souhaiterai un screener identifiant une bougie traversant les moyennes mobiles 50 et 200 (par ex sur l’UT 15 minutes). j’ai essayé mais je n’y arrive pas. Cela ressemblerait au graphique en pièce jointe.
merci d’avance.
12/02/2019 at 8:36 PM #114086une bougie traversant la kama200 et la KAMA50 en même temps12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364//indicateur heikin kamap=2ONCE ama = UNDEFINEDsignal = ABS(MOMENTUM[p])noise = SUMMATION[p](ABS(MOMENTUM[1]))IF noise>0 THENer = signal / noiseELSEer=1ENDIFfastsc = 2 / (2+ 1)slowsc = 2 / (20 + 1)factor = SQUARE(er * (fastsc - slowsc) + slowsc)IF BARINDEX = p THENama = CLOSEELSIF BARINDEX > p THENama = ama + factor * (CLOSE - ama)ENDIFonce haopen=openhaclose=amaif barindex> 12 thenhaopen=(haopen+haclose[1])/2endifhalow=min(low,min(haopen,haclose))hahigh=max(high,max(haopen,haclose))// parameters :Period1 = 50FastPeriod1 = 2SlowPeriod1 = 30Fastest1 = 2 / (FastPeriod1 + 1)Slowest1 = 2 / (SlowPeriod1 + 1)if barindex < Period1+1 thenKama50=closeelseNum1 = abs(close-close[Period1])Den1 = summation[Period1](abs(close-close[1]))ER1 = Num1 / Den1Alpha1 = SQUARE(ER1 *(Fastest1 - Slowest1 )+ Slowest1)KAMA50 = (Alpha1 * Close) + ((1 -Alpha1)* Kama50[1])endif// parameters :Period = 200FastPeriod = 2SlowPeriod = 30Fastest = 2 / (FastPeriod + 1)Slowest = 2 / (SlowPeriod + 1)if barindex < Period+1 thenKama=closeelseNum = abs(close-close[Period])Den = summation[Period](abs(close-close[1]))ER = Num / DenAlpha = SQUARE(ER *(Fastest - Slowest )+ Slowest)KAMA200 = (Alpha * Close) + ((1 -Alpha)* Kama[1])endifUP = halow < kama50 and halow < kama200 and hahigh > kama50 and hahigh > kama200screener [UP]12/03/2019 at 8:45 AM #11410112/03/2019 at 7:46 PM #11414512/03/2019 at 7:48 PM #114148sur le dax, il faut regarder la bougie précédente qui correspond à celle du screener de 19h44. Celle d’après correspond à celle de 19h45 qui ne remplissait plus les conditions du screener et qui avait donc disparu des résultats du screener.
12/04/2019 at 8:27 AM #114153La différence provient du calcul de la KAMA200 dut à la limitation de l’historique, comme déjà évoqué entre nous dans ce sujet: https://www.prorealcode.com/topic/heikin-ashi-smooth-and-signal/#post-73991
Il y a une légère différence dans la valeur de la KAMA200 qui a cet effet sur certains titres (si la différence est plus ou moins grande). Parfois le Low de la bougie Heikin Ashi se retrouve bien en dessous de cette valeur, même si la KAMA200 affichée sur l’écran indique le contraire.
12/04/2019 at 8:11 PM #11421112/05/2019 at 2:13 PM #11425812/06/2019 at 7:21 PM #114365 -
AuthorPosts
Find exclusive trading pro-tools on