Thread: MQL4 Learning
View Single Post
  #263 (permalink)  
Old 12-19-2007, 01:20 AM
capamando capamando is offline
Junior Member
 
Join Date: Oct 2006
Posts: 11
capamando is on a distinguished road
Depth,Deviation,Backstep?

Hello,

Can someone explain how are the indicator parameters with a confused face next to them used?
SUPRESMultiFrame.mq4 |
//| |
//| RD |
//+------------------------------------------------------------------+
#property copyright "RD"
#property link "marynarz15@wp.pl"
#property indicator_chart_window
#define MaxObject 1000
//---- indicator parameters
extern int TimeFrame=5;
extern int BarsMax=89;
extern int ExtDepth=13;
extern int ExtDeviation=1;
extern int ExtBackstep=5;

Thanks

Last edited by capamando; 12-19-2007 at 01:22 AM.
Reply With Quote