Before you dive in

  • Create a new MQL4 indicator file before pasting source.
  • Compile in MetaEditor and read every warning.
  • Apply to a demo chart first.
  • Check broker feed differences, especially volume and session behavior.

MT4 strengths

MQL4 is still a solid fit for straightforward indicators, overlays, and examples traders want to tweak without turning it into a software project.

Volume caution

A lot of MT4 feeds use tick volume rather than centralized exchange volume, so volume studies need to be read with a little skepticism.

Porting note

MT4 and MT5 are not interchangeable. MQL4 examples should be treated separately from MQL5 versions.

How to get something useful out of this page

The quickest way to get value from a platform page is to be honest about what you need. Are you here to install something, study the source, or figure out whether a tool belongs on your chart at all? Those jobs overlap, but they are not the same thing. Download pages help you get up and running. Source pages help you inspect and adapt the logic. Workflow pages help you decide whether the tool is even worth your screen space.

That separation matters even more when you are moving between platforms. A trader who starts on MetaTrader may still need a product page, a guide, or a glossary entry before the question is really answered. The goal here is to make that path shorter and a little less messy.