
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Что за значения в этих буферах? Чем отличаются они друг от друга в один и тотже момент времени?
значения больше нуля или меньше нуля, или равно нулю?
ща тоже займусь этим экспертом.. как слеплю выложу...
just don't start incorporating this indicator into the EA code !
;)
только не начинай встраивать этот индикатор в код эксперта !
;)
No... it's too heavy for the computer... it's like an include file, but it makes no difference if it's separate and if it's in a library...
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");