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

FX Fish 2MA - MetaTrader 5용 지표

게시자:
Vladimir Karputov
조회수:
5285
평가:
(13)
게시됨:
2018.09.27 15:49
FX Fish 2MA.mq5 (10.24 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Idea by: Scriptor

MQL5 code author: barabashkakvn

Arrays are averaged using the functions of the built-in MovingAverages.mqh library.

The indicator consists of three indicator constructions:

  • Fish, drawing style DRAW_COLOR_HISTOGRAM - a histogram of colored bars. The main indicator buffer calculated by one of Price Constants;
  • Fish Aver, drawing style DRAW_LINE - a line with the specified color. Contains the Fish array, which is smoothed using simple averaging with the MA1period period;
  • Fish Aver Aver, drawing style DRAW_LINE - a line with the specified color. Contains the Fish aver array, which is smoothed using linear weighted averaging with the MA2period period;

Buy signals - Fish is below zero and is crossed by Fish Aver.

Sell signals - Fish is above zero and is crossed by Fish Aver.

Fish Aver Aver can be used either for a more conservative entry or as a position exit signal.

FX Fish 2MA

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

AlterTrend AlterTrend

The indicator colors candlesticks depending on the trend direction.

RSI_Expert RSI_Expert

An Expert Advisor based on iRSI (Relative Strength Index, RSI).

TrendManager TrendManager

A trend indicator based on the difference between two moving averages.

i-AnyRange2Cld i-AnyRange2Cld

An indicator of two ranges of arbitrary time intervals.