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

Dots Indi MT5 - MetaTrader 5용 지표

조회수:
1820
평가:
(2)
게시됨:
2025.01.30 03:50
Dots.mq5 (8.14 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Dots (MetaTrader indicator) is based on the 2006 indicator by TrendLaboratory. It displays the current trend direction by placing the dots on the main chart. The blue dots signal bullish trend and the red dots signal bearish trend. Although the indicator doesn't rely on any standard MetaTrader indicators, it uses a call to   iMA()  (moving average) to get the price values depending on the input price type used (Close, Open, High, Low, Typical, etc.) The calculation is based on the cosine of the angle of price change. Trader can modify several input parameters. The indicator is available both for MT4 and MT5 versions of the platform.

Input parameters

  • Length (default = 10) — the period of the indicator. The higher is the value the more it lags but less false signals appear.
  • AppliedPrice (default = PRICE_CLOSE) — price type to use in calculations.
  • Filter (default = 0) — particularly useful parameter to filter out spikes without adding lag.
  • Deviation (default = 0) — shifts indicator display vertically.
  • Shift (default = 0) — shifts indicator display horizontally.

The recommended strategy is to wait for 2 dots of the same color and enter the trade with the trend. Unfortunately, it sometimes fails. Using one dot signal with Filter parameter set to something like the currency pair's  spread x 3  could be a better idea.



Donchian Ultimate Indicator for MT5 Donchian Ultimate Indicator for MT5

Donchian Ultimate MetaTrader indicator — is a classic Donchian channel indicator with multiple features added:

Daily Percentage Change MT5 Daily Percentage Change MT5

Daily Percentage Change (MetaTrader indicator) — calculates the change of currency rate related to the previous daily close and displays it in percentage points in the main chart window of the platform. Additionally, it can display the weekly and monthly percentage changes. Different colors can be set for positive or negative price increases. Also, a small customizable arrow helps to visualize the price change direction. If your broker uses an unconventional time zone, the indicator can use Time Shift parameter to adjust the hour it will use for the day's end. The indicator works equally well in MT4 and MT5.

Easy Trend Visualizer MT5 Easy Trend Visualizer MT5

Easy Trend Visualizer is a MetaTrader indicator that does exactly what its name says. It shows where the trend begins, where it ends, and where there is no trend at all. It is based on standard MetaTrader ADX (Average Direction Movement Index) indicators and works quite fast. Easy Trend Visualizer displays itself in the main chart window. It offers a range of alerts: horizontal line appears, horizontal line cross, arrow up, arrow down, previous horizontal line cross (PHLC). Available for MT4 and MT5 platforms

Flexible Momentum for MT5 Flexible Momentum for MT5

Flexible Momentum (MetaTrader indicator) — calculates the change of a currency rate during a given period (in seconds) and displays the result as a number of points and percentage in the main chart window of the platform. It offers highly customizable alerts based on thresholds for maximum momentum in points and percentage. Because this indicator uses ticks history to calculate momentum, it works only in MT5.