Open source for traders
Indicators and strategies published with the full source in the open. MQL5 code is compiled in MetaEditor before it goes out; Pine code is reviewed by hand, because no compiler exists outside TradingView. Each page explains what it measures, how, and what it can NOT do.
- MQL5Pine ScriptSuaVar · 2026-08-07
History Auditor
Measures the quality of the data your backtest runs on: missing bars, flat bars, bars with no ticks and weekend bars. It shows where the holes are and passes no judgement.
- MQL5Pine ScriptSuaVar · 2026-08-07
Hour Profile
Measures how much your symbol has actually moved at each hour of the day, from the history you have loaded. It shows the rhythm; it does not say when to trade.
- MQL5Pine ScriptSuaVar · 2026-08-02
Repaint Auditor
Measures whether an indicator changes the values it already showed on CLOSED bars, and keeps that separate from the normal movement of a forming bar.
Educational material. None of this is financial advice or an investment recommendation: these are measurement and analysis tools, not buy or sell signals.