- Channel trading system
- How to get high and low value from an custom indicator in code?
- Problem with iCustom
(iCustom) return a handle (an int). You get that in OnInit. In OnTick (after the indicator has updated its buffers), you use the handle, shift and count to get the data.
- Technical Indicators - Reference on algorithmic/automated trading language for MetaTrader 5.
- Timeseries and Indicators Access / CopyBuffer - Reference on algorithmic/automated trading language for MetaTrader 5.
- How to start with MQL5 - General - MQL5 programming forum - Page 3 #22.
- How to start with MQL5 - MetaTrader 5 - General - MQL5 programming forum - Page 7 #61.
- How to call indicators in MQL5 - MQL5 Articles.

- www.mql5.com
(iCustom) return a handle (an int). You get that in OnInit. In OnTick (after the indicator has updated its buffers), you use the handle, shift and count to get the data.
- Technical Indicators - Reference on algorithmic/automated trading language for MetaTrader 5.
- Timeseries and Indicators Access / CopyBuffer - Reference on algorithmic/automated trading language for MetaTrader 5.
- How to start with MQL5 - General - MQL5 programming forum - Page 3 #22.
- How to start with MQL5 - MetaTrader 5 - General - MQL5 programming forum - Page 7 #61.
- How to call indicators in MQL5 - MQL5 Articles.
Can you provide some more detail and maybe an example?
First use MT4 data window and see whether those dots have values in buffers.
If it in buffers, you can user iCustom function to get the value in your code.
If it not found in data window those will be in objects list. Then you need to use object functions .