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

SignalViewer - MetaTrader 4のためのスクリプト

ビュー:
14562
評価:
(28)
パブリッシュ済み:
2014.01.06 09:45
アップデート済み:
2014.04.21 14:56
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

IceFX SignalViewer a nice script which can display on your chart all closed position of Signals provided by MQL5 Community Services website.

How it works:

  1. Install script (copy file to MetaTrader's experts\scripts folder).

  2. Download a CSV history file from any Signal Provider's webpage. (Export to CSV: history)

  3. Copy the downloaded csv file to MetaTrader's experts\files folder.

  4. Open a chart in MetaTrader4.

  5. Drag StrategyViewer script to this chart. Please give the file's real name in the Setup menu.

  6. If it's necessary enter the time offset (in hours).

  7. Press OK button and you will see on the chart the signals closed positions listed in the CSV history report.

Script parameters

The result

Close cross Kijun Sen Close cross Kijun Sen

The EA will close all open orders across all charts corresponding to the EA chart symbol when Bid or Ask is equal to or crosses the Kijun Sen.

Close Cross MA Close Cross MA

The EA will close all open orders across all charts corresponding to the EA chart symbol when Bid or Ask is equal to or crosses the MA.

Screenshot in the original chart size Screenshot in the original chart size

Take screenshot in the original chart size with labels (instrument, timeframe)

HFT EA (LIQUIDEX_V1) HFT EA (LIQUIDEX_V1)

liquidex is a HFT EA. It uses moving average and range to determine it's entries and exits.