Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

SimpleTradeStats - indicator for MetaTrader 5

Views:
64
Published:
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance


Statistics on closed trades. The indicator displays trading results, filtered by magic number.

Parameters:

FilterCurrentMagic = true;  // Filter by current Magic
CurrentMagicNumber = 0;     // Magic number (0 = auto)
ProfitColor = clrLime;      // Profit colour
LossColor   = clrRed;       // Colour of losses
NeutralColor = clrGray;     // Neutral colour
HistoryDays  = 0;           // Time period (0 = all time, 1 = today, 7 = week, 30 = month)
 VertOffset   = 0;           // Vertical offset
FontSize     = 10;          // Font size
FontName     = "Arial";     // Font name
ShowDateTime = true;        // Display date/time

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/74021

SteepMA Steep Moving Average Trend EA SteepMA Steep Moving Average Trend EA

SteepMA V0.7 is a trend-following EA that uses ‘moving average steepness’ as its core entry criterion. It screens for high-certainty market conditions by quantifying trend strength, and locks in profits through a dynamic stop-loss system that tightens progressively. It also features a built-in SQLite database to ensure full traceability of the entire trading process.(Some code has been omitted to facilitate approval.)

Hidden Risk of Ruin Auditor Hidden Risk of Ruin Auditor

Reads a closed-position trade history (a CSV file, or one generated automatically from the current account's deal history by the companion RuinExport.mq5 script) and reports four independent risk fingerprints: volume escalation after a loss, overlapping same-direction exposure that averages into a worse price, payoff asymmetry between wins and losses, and a classical risk-of-ruin estimate at a stated risk per trade. The four scores combine into a single A-to-F grade with plain-language recommendations. If no CSV is found, the script generates a reproducible demonstration book automatically, so the report is visible on the first run.

Channel Sun Signals Channel Sun Signals

Overview Channel Sun Signals plots an adaptive, triangular-weighted moving-average channel (a center line plus an upper and lower band) around price, and marks potential reversal points where price pierces a band and then closes back inside it. It is built on the same "band-break-then-reversal" logic used by classic TMA/CG-style channel indicators, but rewritten natively for MT5 — including its own multi-timeframe engine that does not rely on iCustom() or an external .ex5 file, so the indicator works standalone once compiled.

MACD Signals MACD Signals

Indicator edition for new platform.