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

spread_on_chart - MetaTrader 4のためのインディケータ

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

Introduction

Since 2008 the most of the dealing centers began to work with the "floating" spreads. During the night the spreads are often wider. The wide spreads are appear during the news.

The spread increasing can be sufficient, so in such cases some trading systems cannot be profitable. The stop level can be increased several times, it may cause the incorrect work of the Expert Advisors with fixed Stop Loss and Take Profit values.

The Strategy Tester of MetaTrader 4 client terminal uses the last known values of spread, stop level and freeze level, the result is dependent on these values. The Strategy Tester of MetaTrader 5 client terminal uses the historical spread values, the structure of historical data prices has the corresponding field.

The spread_on_chart indicator shows the following values on the chart:

  • spread (the difference between current Ask and Bid);
  • stop level (the minimal distance from the current price to Stop Loss and Take Profit);
  • freeze level (the minimal distance for orders modifying).

It updates every tick.

Input parameters:

  • Corner - chart corner for output. By default - upper left corner is used;
  • XMargin, YMargin - horizontal and vertical margins;
  • Font, Color, Size - font name, font color and font size.

spread_on_chart in the uppwer left cornerspread_on_chart in the lower right corner

File list:

  • spread_on_chart.mq4 - (MetaTrader 4).
AFL Winner AFL Winner

The oscillator for intraday trading.

Skype Control Library Skype Control Library

Library to work with Skype.

Advanced ADX Advanced ADX

Advanced ADX indicator.

EA based on indicator SAR, ADX and SMA 100 EA based on indicator SAR, ADX and SMA 100

This Expert Advisor is based on SMA, ADX and SAR indicators.