거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
FX Fish 2MA - MetaTrader 5용 지표
- 게시자:
- Vladimir Karputov
- 조회수:
- 5463
- 평가:
- 게시됨:
- 2018.09.27 15:49
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/21767
AlterTrend
The indicator colors candlesticks depending on the trend direction.
RSI_ExpertAn Expert Advisor based on iRSI (Relative Strength Index, RSI).
TrendManager
A trend indicator based on the difference between two moving averages.
i-AnyRange2CldAn indicator of two ranges of arbitrary time intervals.