
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
Could you please tell me what is the deeper meaning of using indicator buffers for intermediate calculations ? What does it give ?
Could you please tell me what is the deeper meaning of using indicator buffers for intermediate calculations ? What does it give ?
TheXpert:
Их не видно.
I don't get it, why don't you use regular arrays, are they visible ?
Ah, I finally got it. I wish everything would reindex itself !
Is it possible to access these indicator buffers for intermediate calculations from the Expert Advisor? I.e. they are like regular indicator buffers, but they are not displayed?
Can these indicator buffers be accessed from the EA for intermediate calculations?
You try it
In the final section of the OnCalculate function, the "for" loop command has been translated from English and reads "for", as shown below. I suggest fixing it to avoid errors with beginners in programming.
In the final section of the OnCalculate function, the "for" loop command has been translated from English and reads "for", as shown below. I suggest fixing it to avoid errors with beginners in programming.
Great observation, Leo =)