Affichage RSI en 1,5, et 15 minutes
Forums › ProRealTime English forum › ProBuilder support › Affichage RSI en 1,5, et 15 minutes
- This topic has 4 replies, 2 voices, and was last updated 3 years ago by wtangsiri.
Viewing 5 posts - 1 through 5 (of 5 total)
-
-
08/21/2021 at 1:18 PM #17583908/24/2021 at 1:49 PM #17608408/24/2021 at 2:16 PM #17608708/24/2021 at 2:20 PM #176088
voilà le code qui permet d’afficher la valeur du RSI de ces 3 UT sur le graphique:
123456789101112131415defparam drawonlastbaronly=truetimeframe(1 minutes)rsi1 =rsi[14]timeframe(5 minutes)rsi5=rsi[14]timeframe(15 minutes)rsi15=rsi[14]timeframe(default)drawtext("M1: #rsi1#",barindex,0,dialog,standard,16)drawtext("M5: #rsi5#",barindex,0.5,dialog,standard,16)drawtext("M15: #rsi15#",barindex,1,dialog,standard,16)return -0.1 coloured(0,0,0,0), 1.1 coloured(0,0,0,0)1 user thanked author for this post.
10/01/2021 at 12:43 PM #178879 -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
Find exclusive trading pro-tools on
Similar topics: