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

FloatingSpread - MetaTrader 4용 지표

조회수:
14084
평가:
(16)
게시됨:
2016.02.08 12:52
업데이트됨:
2016.04.18 16:14
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The indicator values are displayed only when new ticks appear. The indicator does not display history.

Description of the indicator settings:

  • Symbol_1 = "EURUSD"; — name of the first symbol to display.
  • Symbol_2 = "GBPUSD"; — name of the second symbol to display.
  • Symbol_3 = "USDCHF"; — name of the third symbol to display.
  • Symbol_4 = "USDJPY"; — name of the fourth symbol to display.
  • DrawBars = 130; — indicator display limitation, the number of bars. At = 0 displays on all available bars of the chart.

EURUSD chart, M15, 2016.01.28 11:45 UTC, FxPro Financial Services Ltd, MetaTrader 4, Demo

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/14707

ChannelsFIBO_MTF ChannelsFIBO_MTF

The multitimeframe version of the ChannelsFIBO indicator.

Stream Stream

The indicator marks the bars, the size of which exceeds the value specified in the settings.

Example of RSI Automated Example of RSI Automated

This is my 1st published code, it is very simple code example: RSI 14 (price close) — open buy when it is < 25, close buy when it is > 50, open sell when it is > 75, close sell when it is < 50.

1 Click Button To Close All Open Positions 1 Click Button To Close All Open Positions

1 Click "Close All" button to close all your positions (regardless of the pair) will be closed at once.