Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Scripts

Simulator regular expressions - script pour MetaTrader 5

Vues:
3701
Note:
(18)
Publié:
2017.01.19 16:31
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The script allows you to try regular expressions.

Materials on regular expressions:

Before starting the work, please copy the all_functions.mq5 text file to the "sandbox": <data folder>\MQL5\Files\. The all_functions.mq5 text file contains all functions for processing events.

The input parameters contain the (int)(.*?)(\(\)) regular expression

(int) — search for the "int" word occurrence

(.*?) — any symbol except for a newline character or another separator of a Unicode string, found zero or more times, not greedy

(\(\)) — search for the "()" word occurrence

In other words, we should find the following string:

int OnInit()

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/16574

BB stops - rsi BB stops - rsi

BB stops — RSI version.

BB Stops BB Stops

Well known BB Stops (Bollinger Bands Stops) indicator with some additions and further adapting to MetaTrader 5 usage.

ZigZag_MFI ZigZag_MFI

ZigZag based on MFI oscillator.

ZigZag_RSI ZigZag_RSI

ZigZag based on RSI oscillator.