Kijun mensuelle dans ProScreener
Forums › ProRealTime forum Français › Support ProScreener › Kijun mensuelle dans ProScreener
- This topic has 6 replies, 2 voices, and was last updated 3 years ago by Nicolas.
-
-
12/06/2020 at 7:52 PM #152751
Bonjour,
Je voudrais programme le franchissement de la kijun mois à la hausse comme signal de retournement de tendance moyen terme long terme.
Pouvez vous m’aider j’ai essayé comme suis mais le résultat n’est pas le même que dans PRT en mensuel.
1234567//kijun semainetimeframe(weekly)Kijunsen2 = (highest[26](high)+lowest[26](low))/2highm=highest[5](high)lowm=lowest[5](low)//kijun mois, calculée à partide la kijun semKijunsenm = (highest[26](highm)+lowest[26](lowm))/212/07/2020 at 8:34 AM #152796C’est normal puisque ton calcul n’est par correct. Tu utilises les 26 derniers calculs des chandeliers hebdomadaires dans ta variable “kijunsenm”, alors qu’il faudrait utiliser celui des chandeliers mensuels.
Tu peux essayer avec ce code pour récupérer la Kijun mensuel grâce au timeframe weekly:
1234567891011121314151617181920212223242526272829303132333435timeframe(weekly)//test recup Kijun mensuelcount=0mid=0if openmonth <> openmonth[1] thenmonthindex = monthindex + 1monthhigh = 0monthlow = closemonthopen = open//monthclose = closeif monthindex > monthlookback and count<26 thenfor j = 1 to barindexif monthindex[j] = monthindex - monthlookback thenmymonthhigh = monthhigh[j]mymonthlow = monthlow[j]mymonthopen = monthopen[j]//mymonthclose = monthclose[j]mid = mid+((mymonthhigh+mymonthlow)/2)kijun=midbreakendifnextendifendifmonthhigh = max(monthhigh,high)monthlow = min(monthlow,low)if mymonthopen = 0 thenmymonthopen = close//mymonthclose = closemymonthhigh = closemymonthlow = closeendif12/07/2020 at 2:46 PM #15288512/10/2020 at 6:48 PM #15326412/11/2020 at 8:40 AM #15331812/11/2020 at 11:52 AM #153359On va essayer autrement, vu qu’avec la v11 on peut avoir accès à l’instruction DonchianChannelLine soit la ligne du milieu d’un canal de Donchian, qui est la même chose qu’une Kijun. Je vais regarder ce que je peux faire.
12/11/2020 at 12:50 PM #153375 -
AuthorPosts
Find exclusive trading pro-tools on