this i something that could help you… it is on pivot points but you can modify it with any indicators. With this code you see the indicator of 1 hour period in 5 minute timeframe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
oncei=0
oncex=0
ifminute=0then
i=0
Massimo=high[0]
whilei<12
ifhigh[i+1]>Massimothen
Massimo=high[i+1]
endif
i=i+1
wend
endif
ifminute=0then
x=0
Minimo=low[0]
whilex<12
iflow[x+1]<Minimothen
Minimo=low[x+1]
endif
x=x+1
wend
endif
ifminute=0then
chiusura=close[0]
endif
//return Massimo as "Massimo", Minimo as "Minimo", chiusura coloured(0,0,255) as "Chiusura"
Hi TraderArun, unfortunately, multitimeframe indicators are still not available, but this feature will be part of a next major version of the platform.
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue