Vous manquez des opportunités de trading :
- Applications de trading gratuites
- Plus de 8 000 signaux à copier
- Actualités économiques pour explorer les marchés financiers
Inscription
Se connecter
Vous acceptez la politique du site Web et les conditions d'utilisation
Si vous n'avez pas de compte, veuillez vous inscrire
Что за значения в этих буферах? Чем отличаются они друг от друга в один и тотже момент времени?
значения больше нуля или меньше нуля, или равно нулю?
ща тоже займусь этим экспертом.. как слеплю выложу...
Mais ne commencez pas à incorporer cet indicateur dans le code de l'EA !
;)
только не начинай встраивать этот индикатор в код эксперта !
;)
Non... c'est trop lourd pour l'ordinateur... c'est comme un fichier include, mais cela ne fait aucune différence s'il est séparé et s'il est dans une bibliothèque...
SetIndexBuffer(3, Trend) ;
SetIndexLabel(3, "Trend") ;
SetIndexStyle(4,DRAW_LINE) ;
SetIndexBuffer(4, TrendUp) ;
SetIndexLabel(4, "TrendUp") ;
SetIndexStyle(5,DRAW_LINE) ;
SetIndexBuffer(5, TrendDn) ;
SetIndexLabel(5, "TrendDn") ;
SetIndexStyle(0,DRAW_LINE) ;
SetIndexBuffer(0, Trend_s) ;
SetIndexLabel(0, "Trend Slow") ;
SetIndexStyle(1,DRAW_LINE) ;
SetIndexBuffer(1, TrendUp_s) ;
SetIndexLabel(1, "TrendUp Slow") ;
SetIndexStyle(2,DRAW_LINE) ;
SetIndexBuffer(2, TrendDn_s) ;
SetIndexLabel(2, "TrendDn Slow") ;