Voici un screnner simple avec des moyennes mobiles. Mais j’ai un problème dans le résultat. Un résultat (la paire EURAUD) ressort alors qu’il ne devrait pas car en H4, la M100 est sup à la M200.
Pouvez vous m’aider ?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
timeframe(4hours)
ME200=ExponentialAverage[200]
ME100=ExponentialAverage[100]
//ME50 = ExponentialAverage[50](close)
//ME20 = ExponentialAverage[20](close)
c1=(ME200>ME100)
//cond2 = (ME200 => ME100) and (ME100 => ME50) and (ME50 => ME20)
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.