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

Slope Direction Line - MetaTrader 4용 지표

조회수:
41379
평가:
(34)
게시됨:
2016.03.07 09:54
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The trend indicator, used by the Hammering EA from the Market section.

Input Parameters:

  • period = 32 — The indicator period for the subsequent moving average calculations.
  • FilterNumber = 2 — Applied filter size.
  • ma_method = 3 — Averaging method. Can be any of the Moving Average method values: 0 — SMA (Simple Moving Average), 1 — EMA (Exponential Moving Average), 2 — SMMA (Smoothed Moving Average), 3 — LWMA (Linear-weighted Moving Average).
  • applied_price = 0 — Used price. Can be any of price constants: 0 — CLOSE, 1 — OPEN, 2 — HIGH, 3 — LOW, 4 — MEDIAN ((high+low)/2), 5 — TYPICAL ((high+low+close)/3), 6 — WEIGHTED ((high+low+close+close)/4).

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

Use MA to draw UpDown_Resistance Use MA to draw UpDown_Resistance

The indicator uses Move Average to draw the level line of up and down.

Dynamic Candle Timer Dynamic Candle Timer

The indicator shows: the remaining time on each candle, the changing value of the Bid price, tick by tick, the relative price position of the Bid/Ask spread.

The logarithmic rate of return, or the increment of price logarithms The logarithmic rate of return, or the increment of price logarithms

This indicator can be useful for arbitrageurs.

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.