View Single Post
  #233 (permalink)  
Old 07-25-2006, 10:39 AM
Devil2000 Devil2000 is offline
Senior Member
 
Join Date: Dec 2005
Location: In front of my trading desk
Posts: 345
Devil2000 is on a distinguished road
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
Reply With Quote