Watch how to download trading robots for free
Find us on Twitter!
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
Scripts

Candle Signature - script for MetaTrader 5

Views:
1167
Rating:
(1)
Published:
2025.04.13 19:59
Updated:
2025.04.13 20:02
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Candle signature with example is a script which can be useful for traders doing research and development in finding single candlestick pattern, storing them and further making an enquiry

to find if such custom patterns may be repeated again

it has following example of datasets e.g. open,high,low,close,comment

where a user can add custom values to further find and explore matching patterns of candlestick using fuzzy matching algorithm

Example :

AddCustomPattern(1.0, 1.1, 0.95, 1.08, "Bullish Engulfing");

Futher user can also add tolerace as perfect patterns are rare to be repeated exactly

detector = new CandlePatternDetector(0.3); // 30% tolerance


Indiana Jones Mean Reversion EA Indiana Jones Mean Reversion EA

This is a simple mean reversion EA

CTsLogger - Simple and Flexible Logger CTsLogger - Simple and Flexible Logger

A logger with the ability to log specific modules or code sections

Kuskus Starlight Kuskus Starlight

Kuskus Starlight is an oscillator that utilizes a Fisher price transformation to identify trends and potential reversals. The original MT4 code by Scriptor is available at: https://www.mql5.com/en/code/8365.

EquiPeak Drawdown Tracker EquiPeak Drawdown Tracker

EquiPeak Drawdown Tracker is an indicator designed to monitor and record the maximum drawdown of your trading account in real time. It's not just a current drawdown indicator; it's especially useful for visually comparing your current drawdown with the maximum historical drawdown you expect or have previously recorded.