
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
А каким образом рисуются экспертом трендовые линии в подокне? - ведь эксперт не может открывать подокна сам.
Нужно подцеплять для этого пустой индикатор шоб болтался сбоку?
Да?... Странно... У меня открывает подокна.
What's the point of guessing? Here's the simplest code
int init(){ ObjectsDeleteAll(); ObjectCreate("niceLine",OBJ_TREND,0,Time[0],High[0],Time[25],Low[25]); ObjectSet("niceLine",OBJPROP_RAY,false); ObjectSet("niceLine",OBJPROP_COLOR,Blue); WindowRedraw(); return(0); } //-------------------------------------------------------------------- int start(){ return(0); }
Replace 0 with 1 in the third parameter and you will see in the tester that no subwindow is opened and therefore nothing will be output.