You will find the official MQL4/MQL5 reference snippets for our indicators below. They show exactly how to access the values, buffers and history of each indicator from inside your own Expert Advisor or indicator code.
What's inside
Each file is a self-contained, commented MetaEditor source file (.mq4 or .mq5) with the matching enums, input parameters and iCustom handles for one indicator. Drop them into MQL4/Indicators or MQL5/Indicators, compile, and use them as a starting point for your own integrations.
Snippets cover the following indicators:
- FX Volume - true broker volume (MT4 + MT5)
- FX Power - currency strength (MT4 + MT5)
- IX Power - index strength (MT4 + MT5)
- FX Dynamic - dynamic ranges (MT4 + MT5)
- FX Levels - key support/resistance levels (MT5 only)
Note: There is no MQL4 version for FX Levels because MT4's buffer model cannot expose what the indicator calculates.