無料でロボットをダウンロードする方法を見る
Telegram上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
スクリプト

Syntax checker - MetaTrader 4のためのスクリプト

ビュー:
9294
評価:
(3)
パブリッシュ済み:
2010.08.07 18:30
アップデート済み:
2016.11.22 07:32
\MQL4\Include\
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

Check a MetaQuotes Language 4 program for basic syntax errors like unbalanced braces, parentheses & brackets surrounding operators, expressions & array definers.
Also verifies for single quotes surrounding color and date constants, double quotes for string constants and multi line comment symbol pairs.

Set up:

1) Place files into the following subdirectories:

"Syntax checker.mq4" into "\experts\scripts",

"StringArraySuite.mqh" into "\experts\include".

2) Close and then re-start MetaTrader for it to find

the new file.

3) Click on MetaEditor, click on "MQL Navigator", click

on "scripts", double click on "Syntax checker.mq4" and click on "Compile".

Input parameters:

Input parameters are described in the comments at the top of the program.

    Heat Map MultiColor Heat Map MultiColor

    The purpose of this indicator is to highlight the price zones that had the most activity : the hottest zones.

    earlyOpenTrend earlyOpenTrend

    simple and successful, multiple functions

    Kolier Market Sessions Indicator Kolier Market Sessions Indicator

    KMSI is short for Kolier Market Sessions Indicator. It can be use to check time periods of market sessions.

    earlyBird1 earlyBird1

    early Range, Break with RSI-Filter, Hedging, TrailingSL/TP with Vola-Filter, DayTrading Start- and Endtime, autoClosing, all Comments and Alerts.