- There is no such thing as an inverted iCustom.
- There is no way (best or otherwise) to send buffers because an EA doesn't have them.
- Global variables only contain one value.
- Either A) have the EA draw them as objects. (See my Polyline code)
- Or B) have the indicator use the same DLL and get the same data.

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.
My expert advisor uses an external dll library, which in turn loads external data. I need to draw some of it on a few charts. I guess it would be easiest to make an indicator that simply reads arrays of values from the expert, using something like an inverted iCustom.
Could you tell me what's the best way to send buffers? Through global variables, objects? How to write it?
Thank you in advance. Regards, elizabeth