
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
Hello,
i got pivot indicator, there's no error in visual, but unfortunately it logs for error in Expert Tabs.
i looked at the source code.. the error located in here:
ArrayInitialize(Weekly_Price, 0);
ArrayCopyRates(Weekly_Price, Symbol(), 10080);
anybody coud help me trace what's wrong and how it could happen (because i read the documentation and it supposed not return error)....