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

RSI_MA_Trade_Sist - MetaTrader 4용 지표

조회수:
16572
평가:
(20)
게시됨:
2016.03.07 11:33
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

A signal indicator. It is based on the analysis of two moving average indicators and one RSI indicator.

Description of the indicator settings:

  • FastEMA — The averaging period for the indicator calculation — fast Moving Average.
  • SlowEMA — The averaging period for the indicator calculation — slow Moving Average.
  • RSIPeriod — Averaging period for the RSI calculation.
  • shift — index of obtained value from the indicator buffer (shifting back by specified periods relative to the current bar). Recommended value is 1, at 0 there will be a lot of false signals, as the signals will be formed on the current unfinished bar.
  • Alerts — show a dialog box containing user data.
  • Text_BUY — custom user-defined text to display the buy signal.
  • Text_SELL — custom user-defined text to display the sell signal.
  • Send_Mail — sending an email using an address specified on the Email tab of the options window.
  • subject — custom user-defined text to use as the email header.
  • Send_Notification — sends push notifications to the mobile terminals, whose MetaQuotes IDs are specified in the "Notifications" tab.

EURJPY chart, H1, 2016.01.23 07:18 UTC, InstaForex Group, MetaTrader 4, Demo

This indicator was used to create the ea_RSI_MA_Trade_Sist trading robot.

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

RSI_TS RSI_TS

The RSI indicator implemented as a histogram with a designation of the overbought and oversold levels.

ChannelsFIBO_v2 ChannelsFIBO_v2

The Fibonacci channel with the ability to select the type of the reference distance.

RSI_MA_Trade_Sist_Chart RSI_MA_Trade_Sist_Chart

The signal indicator that detects potential market entry points.

ChannelsFIBO_v2_MTF ChannelsFIBO_v2_MTF

The multi-timeframe version of the ChannelsFIBO_v2 indicator.