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

RSI_Expert - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
4462
평가:
(16)
게시됨:
2018.09.27 15:47
RSI_Expert.mq5 (38.37 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Idea by: Aleksey Cherbaev

MQL5 code author: barabashkakvn

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

The trading strategy is simple:

  • A BUY position is opened at the intersection of RSI DOWN level from bottom up;
  • A SELL position is opened at the intersection of RSI UP level downwards.

The lot size is fixed and is set in parameters (Lots). You can also specify the desired Stop Loss, Take Profit and Trailing Stop.

In the course of signal formation, the indicator can temporarily cross any of the levels (upper or lower), therefore the trading signal is checked at bar #1 and bar #2. Position closure is a bit more interesting - positions are mainly closed when an opposite signal appears. Accordingly, if there are open BUY positions and a SELL signal appears, all BUY positions will be closed and one SELL position will be opened.

You can try different values of Stop Loss, Take Profit and Trailing Stop. Parameters can be disabled by setting their values to "0.0".

USDJPY, M15:

RSI_Expert

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

Wiseman1 Wiseman1

The indicator colors candlesticks depending on the position of these candlesticks in relation to the previous candlesticks.

BBands_Stop_v1_Alert BBands_Stop_v1_Alert

The BBands Stop v1 indicator provides alerts, sends email and push notifications when the trend direction changes and the indicator color changes accordingly.

AlterTrend AlterTrend

The indicator colors candlesticks depending on the trend direction.

FX Fish 2MA FX Fish 2MA

Indicator - trading system "FX Fish 2MA".