Whats wrong with my indicator? Error MessageBack to topics list |
|
sunshineh
2009.10.15 23:43
Hi, #property indicator_separate_window extern string Timeframe_Momentum = "PERIOD_H1";
int init() SetIndexDrawBegin(0,100); //----
void start()
Now my problems: |
