ibadah:
Hi there,
Hi there,
Can anybody help me with the above indicator? The indicator is not showing in the higher time frame if I use NumberOfBarToCalculate larger than 800. I want to use it with 2000.
Any help would be appreciated.
Many thanks - Ben
the indicator is attachedYou cannot use more bars that u have. You have exactlly Bars bars. . So if NumberOfBarToCalculate is greater then Bars, you have to set it to Bars. Something like this:
if (NumberOfBarToCalculate > Bars) NumberOfBarToCalculate = Bars;
elihayun:
You cannot use more bars that u have. You have exactlly Bars bars. . So if NumberOfBarToCalculate is greater then Bars, you have to set it to Bars. Something like this: if (NumberOfBarToCalculate > Bars) NumberOfBarToCalculate = Bars;
You cannot use more bars that u have. You have exactlly Bars bars. . So if NumberOfBarToCalculate is greater then Bars, you have to set it to Bars. Something like this: if (NumberOfBarToCalculate > Bars) NumberOfBarToCalculate = Bars;
Eli,
I think you explain it very well.
Thanks mate, I owe you one. Appreciated.
My best wishes - Ben
You welcome
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
Hi there,
Can anybody help me with the above indicator? The indicator is not showing in the higher time frame if I use NumberOfBarToCalculate larger than 800. I want to use it with 2000.
Any help would be appreciated.
Many thanks - Ben
the indicator is attached