Absence de retour de résultat de mon screener
Forums › ProRealTime forum Français › Support ProScreener › Absence de retour de résultat de mon screener
- This topic has 5 replies, 3 voices, and was last updated 3 years ago by finplus.
Viewing 6 posts - 1 through 6 (of 6 total)
-
-
12/28/2020 at 7:17 PM #155481
Bonjour,
à partir du guppy indicateur, j’ai ajouté quelques éléments qui me permettent de filtrer les entrées en position. Toutefois, le screener ne renvoie aucun valeur. Quelque chose m’échappe mais je n’arrive pas à voir quoi.
merci pour votre aide sur ce sujet.
GuppyFilter12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667a = closec1 = ExponentialAverage[3](a)c2 = ExponentialAverage[5](a)c3 = ExponentialAverage[8](a)c4 = ExponentialAverage[10](a)c5 = ExponentialAverage[12](a)c6 = ExponentialAverage[15](a)GuppyCTMoy = (c1 + c2 + c3 + c4 + c5 + c6)/6c7 = ExponentialAverage[30](a)c8 = ExponentialAverage[35](a)c9 = ExponentialAverage[40](a)c10 = ExponentialAverage[45](a)c11 = ExponentialAverage[50](a)c12 = ExponentialAverage[60](a)GuppyLTMoy = (c7 + c8 + c9 + c10 + c11 + c12)/6Ecart = (GuppyCTMoy - GuppyLTMoy)/////////////////////////// Paramètres de calcul de la moyenne du Guppy LT pour filtrer les entrées de position (la moyenne devant être entre le plancher et le plafond)T1 = c7 - C7[1]T2 = c8 - C8[1]T3 = c9 - C9[1]T4 = C10 - C10[1]T5 = c11 - C11[1]T6 = c12 - c12[1]Guppy = (T1 + T2 + T3 + T4 + T5 + T6)/6GuppyMoy = average[20](Guppy)*10//////////////////////////////// Paramètres de calcul du plancher et du plafond pour filtrer la moyenne du Guppy LT ci-dessusperiod = 200if variation>0 thenHH = highest[period](ecart)elseLL = lowest[period](ecart)endifsumplus=0summinus=0for i = 0 to period-1 doif ecart[i]>0 thensumplus=sumplus+ecart[i]elsesumminus=summinus+ecart[i]endifnextplus = sumplus/period //moyenne des ecarts + --> PLAFONDminus = summinus/period //moyenne des ecarts - --> PLANCHER////////////////////////////////// Paramètres de calcul de surachat et de survente pour filtrer l'écart GuppyCT - GuppyLTmidup = (hh + plus)/2middn = (ll + minus)/2//////////////////////////////////////////////////////////////////////////GuppyFilter = (GuppyMoy < plus) and (guppyMoy > minus) and (ecart < midup) and (ecart > middn)screener [guppyfilter]12/28/2020 at 9:44 PM #15548812/28/2020 at 9:56 PM #155489ProScreener a une limite de 254 bars, alors que vous utilisez 200 + 60.
12/29/2020 at 5:21 PM #15558812/29/2020 at 7:30 PM #155606Oui, même dans la v11.1.
Je sais qu’ils travaillent sur un nouveau ProScreener, mais je ne sais pas quelles améliorations il y aura, ni si cela sera fait en 2021 ou après.
12/30/2020 at 6:18 PM #155718 -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
Find exclusive trading pro-tools on
Similar topics: