
07-25-2006, 10:39 AM
|
|
Senior Member
|
|
Join Date: Dec 2005
Location: In front of my trading desk
Posts: 345
|
|
Quote:
|
Originally Posted by elihayun
My mostake. I left them from other indicator.
Just delete the lines from the indicator. compile, and u set
PHP Code:
//extern int Rperiod = 15; <-- U can delete or just put //
//extern int LSMA_Period = 5; <-- U can delete or just put //
extern int TF1 = PERIOD_M5;
extern int TF2 = PERIOD_M15;
extern int TF3 = PERIOD_M30;
extern int TF4 = PERIOD_H1;
|
Okay, thank you
|