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

UpDown - MetaTrader 4용 지표

조회수:
22011
평가:
(19)
게시됨:
2016.03.07 10:22
업데이트됨:
2016.11.22 07:32
updown.mq4 (8.91 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The indicator calculates either the distance of the current price from the opening price, or the distance between the High and Low price, whichever is selected.

The calculation is performed for all pairs available (not hidden) in the "Market Watch" window, then the values are sorted descending/ascending and they are output to the buttons.

Clicking the button opens a chart of the corresponding symbol in a separate window.

Amendments of 2015.06: fixed the error of shifting the button coordinates when switching timeframes.

shot1

shot2

settings

Settings:

  • Method — selection of the calculation method (opening-closing or high-low).
  • Number of buttons — the number of currency buttons displayed.
  • Pressing the MODE button changes the sorting mode to "ascending/descending".
  • To exclude a pair from the calculation it should be removed from the "Market Watch" window.

IMPORTANT:

  1. Response to pressing the MODE button happens with a delay (the code is heavy).
  2. The maximum number of pairs to calculate — 50 (in code #define LINES 50).

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

i-DivergenceBar i-DivergenceBar

The indicator points at the reverse bars based on the Profitunity system by Bill Williams excluding the angulation relative to the Alligator indicator mouth.

Equivolume and range-bars in the strategy tester Equivolume and range-bars in the strategy tester

The script inserts the FXT-file of any custom chart, synthesized from real tick flow, into the strategy tester folder.

CM Orders Info CM Orders Info

The indicator shows the identification (magic) number and the profit of the order.

Four_Screens Four_Screens

The Expert Advisor based on the Heiken Ashi indicator.