You need 3 index buffers. I don't think there's another way to do it. You could spare the Now! buffer if you set the TP buffer to EMPTY_VALUE where a
trade signal is absent.
lippmaje:
You need 3 index buffers. I don't think there's another way to do it. You could spare the Now! buffer if you set the TP buffer to EMPTY_VALUE where a trade signal is absent.
You need 3 index buffers. I don't think there's another way to do it. You could spare the Now! buffer if you set the TP buffer to EMPTY_VALUE where a trade signal is absent.
thank you for clarification!
Regards,
Thomas

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 want to create an indicator which tells me when to enter a trade. Additionaly the indicator tells me:
How can I pass this information from the indicator to my expert?
Do I have to use three different Index Buffers for this, or can I use some other method?
I tried it with a struct, but I have no idea how to pass this Array to my expert.
I hope for some enlightenment.