Répondre
• Page 1 sur 1
Ok merci, c’était tellement simple que j'y est même pas pensé.
bonjour a tous
comment introduire Gamma en variable merci pour votre aide , le code proéaltime en dessous .
Cordialement
Voici le code pour prorealtime, il faut toujours introduire Gamma en variable :
pr=medianprice
once l0=pr
once l1=pr
once l2=pr
once l3=pr
once rsil=undefined
if barindex>0 then
l0=(1-Gamma)*pr+Gamma*l0[1]
l1=-Gamma*l0+l0[1]+Gamma*l1[1]
l2=-Gamma*l1+l1[1]+Gamma*l2[1]
l3=-Gamma*l2+l2[1]+Gamma*l3[1]
cu=0
cd=0
if l0>=l1 then
cu=l0-l1
else
cd=l1-l0
endif
if l1>=l2 then
cu=cu+l1-l2
else
cd=cd+l2-l1
endif
if l2>=l3 then
cu=cu+l2-l3
else
cd=cd+l3-l2
endif
rsil=cu/(cu+cd)
endif
return rsil,0.2,0.8
comment introduire Gamma en variable merci pour votre aide , le code proéaltime en dessous .
Cordialement
Voici le code pour prorealtime, il faut toujours introduire Gamma en variable :
pr=medianprice
once l0=pr
once l1=pr
once l2=pr
once l3=pr
once rsil=undefined
if barindex>0 then
l0=(1-Gamma)*pr+Gamma*l0[1]
l1=-Gamma*l0+l0[1]+Gamma*l1[1]
l2=-Gamma*l1+l1[1]+Gamma*l2[1]
l3=-Gamma*l2+l2[1]+Gamma*l3[1]
cu=0
cd=0
if l0>=l1 then
cu=l0-l1
else
cd=l1-l0
endif
if l1>=l2 then
cu=cu+l1-l2
else
cd=cd+l2-l1
endif
if l2>=l3 then
cu=cu+l2-l3
else
cd=cd+l3-l2
endif
rsil=cu/(cu+cd)
endif
return rsil,0.2,0.8
merci -
je débute sur proréaltime
je débute sur proréaltime
Sujets similaires
Code couleur qui change à chaque MàJ d'un sujet
Fichier(s) joint(s) par Saimonnn » 19 oct. 2012 21:23 (4 Réponses)
Fichier(s) joint(s) par Saimonnn » 19 oct. 2012 21:23 (4 Réponses)
comportement différent pro-Order / backtest pour même code
Fichier(s) joint(s) par Ernesto » 15 août 2014 16:28 (5 Réponses)
Fichier(s) joint(s) par Ernesto » 15 août 2014 16:28 (5 Réponses)