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
Views:
2291
Rating:
(2)
Published:
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The indicator shows the correlation of two currency pairs. It implements several approaches, which I found the most interesting.

Indicator settings:

  • SecSymbol - the second symbol by which the correlation is built;
  • Type - correlation type
  • iPeriod - indicator period.

This indicator is designed for traders trading on several currency pairs. It allows you to evaluate the divergence-convergence of two symbols. And on the basis of this divergence you can make trading decisions.


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

EAToMath EAToMath

Testing on history in the MT5 tester maths mode.

Bollinger Bands Crossover Signals Bollinger Bands Crossover Signals

Indicator Description – Bollinger Bands Crossover Signals Name: Bollinger Bands Crossover Signals Version: 1.1 Author: BENALI Link: https://www.mql5.com/en/users/dahmi_benali

Outbreak Trader 1.0 Outbreak Trader 1.0

Breakout Trader 1.0 trades breakouts from the range.

Similarity Based Market Watch Symbol Mapping Script Similarity Based Market Watch Symbol Mapping Script

This script is a reference solution for mapping symbol names configured by users in MetaTrader 5 EAs or scripts to the actual names provided by the broker. It uses the Levenshtein distance algorithm to automatically identify the most similar symbol in Market Watch. Ideal for developers facing compatibility issues with prefixes or suffixes in symbol names. It is a customisable starting point to suit any specific need.