Arthur Singer: I have a source code here that is not working, however I don't quite understand the problem. According to the compiler it does not handle the two bool functions at the bottom. Low, high, open and close are not defined. I thank you already for the help.
Why are you copying the rates again, when the OnCalculate function is already supplying all the rates history for you?
And on top of that you are copying it on every single tick and you don't even reference ever again.
Also in your other functions, you are trying to reference the arrays provided by OnCalculate, but you never pass them to those functions at all?

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
I have a source code here that is not working, however I don't quite understand the problem. According to the compiler it does not handle the two bool functions at the bottom. Low, high, open and close are not defined. I thank you already for the help.