Wiem, że ma być tak :
Kod: Zaznacz cały
iCustom(Symbol(),Period(),"nazwa wskaźnika",..parametry extern...,bufor,shift);
np.:
Kod: Zaznacz cały
extern string TimeFrame = "Current time frame";
extern int T3Period = 8;
extern double T3Hot = 0.7;
extern bool T3Original = false;
extern int UsePrice = PRICE_CLOSE;
extern bool Interpolate = true;
extern string _ = "arrows settings";
extern bool showArrowsOnChart = false;
extern bool showArrowsOnIndicator = false;
extern string arrowsIdentifier = "T3_dpo_arrows";
extern color arrowsUpColor = DeepSkyBlue;
extern color arrowsDnColor = Red;
extern string __ = "alerts settings";
extern bool alertsOn = false;
extern bool alertsOnCurrent = false;
extern bool alertsMessage = false;
extern bool alertsSound = false;
extern bool alertsEmail = false;