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