//bonjour par exemple celui ci avec “pourcentwmamm20” à ajuster
pourcentwmamm20=1
mawm4=WeightedAverage[4](close)
mamm20=Average[20](close)
xa=mawm4>mawm4[1]
if xa then
deltam20=((mamm20-mawm4)/mamm20)*100
F=deltam20<approche and deltam20>=0
ENDIF
SCREENER[xa and F]
pourcentwmamm20=1
mawm4=WeightedAverage[4](close)
mamm20=Average[20](close)
xa=mawm4>mawm4[1]
if xa then
deltam20=((mamm20-mawm4)/mamm20)*100
F=deltam20<pourcentwmamm20 and deltam20>=0
ENDIF
SCREENER[xa and F]
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.Ok