Rock-Trader: Please Help me to Find Whic | Detailed explanation of iCustom - MQL4 forum |
iCustom(Symbol(),0,"FractalZigZagNoRepaint",ZZDepth,ZZDev,0,i) '0' Buffer For BUY iCustom(Symbol(),0,"FractalZigZagNoRepaint",ZZDepth,ZZDev,1,i) '1' Buffer For SELL 2 3
extern bool CalculateOnBarClose = true; //1 extern int ZZDepth = 12; //2 extern int ZZDev = 5; //3
Is this the Right way ?
iCustom(Symbol(),0,"FractalZigZagNoRepaint",2,3,0,i) '0' Buffer For BUY iCustom(Symbol(),0,"FractalZigZagNoRepaint",2,3,1,i) '1' Buffer For SELL

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Dear Traders ,
Please help me to call this indicator in to an Other Custom indicator I create, some problems I face now,
I have Added the Indicator Code Here, Please Help me to Find Which Parameter I missed