Join our fan page
- Views:
- 2291
- Rating:
- Published:
-
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

Testing on history in the MT5 tester maths mode.

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

Breakout Trader 1.0 trades breakouts from the range.

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.