거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
스크립트

Simulator regular expressions - MetaTrader 5용 스크립트

조회수:
3687
평가:
(18)
게시됨:
2017.01.19 16:31
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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()

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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.