Blog · indicators
Posts tagged "indicators"
Every indicator parameter can be a wire, not a typed-in number
An RSI period does not have to be 14 forever. Wire it to a global parameter and it becomes tunable in the terminal — and optimisable later — without touching the graph.
3 min readMQL4 vs MQL5: what actually changes when you switch platform
MQL5 is not MQL4 with a bigger version number. Orders, indicators, buffer numbering and even argument order differ — and the worst differences compile cleanly.
4 min readHow to use your own custom indicator in an Expert Advisor
Wire a compiled .ex4 or .ex5 into a strategy through iCustom — what a definition needs, why the upload is required, and what a buyer receives.
6 min read