거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
3434
평가:
(17)
게시됨:
2018.01.22 09:41
업데이트됨:
2018.02.28 11:21
RSI Eraser.mq5 (35.34 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The Expert Advisor is based on the iRSI (Relative Strength Index, RSI) indicator signals. Inspired by the forum topic at https://www.mql5.com/ru/forum/219752 (in Russian).


Input Parameters

  • RSI: averaging period
  • Stop Loss
  • Risk in percent for a deal from a free margin

Position volume is calculated as percent of free margin, Stop Loss is specified in input parameters.


Conditions for opening BUY trades

  1. Entering a buy trade if RSI is above 50% on the H1 timeframe and the stop loss size condition is met (See p.3);
  2. The EA enters the market once a day. There can be one buy trade and one sell trade per day;
  3. If the calculated stop loss exceeds the Stop Loss parameter, the entry signal should be ignored. Stop loss is equal to the low of the previous daily bar minus 10 points;
  4. Take profit is three times the size of the stop loss;
  5. Moving to breakeven if the price has passed a distance in the positive direction which is not less than the stop loss size;
  6. If there is an open position that was opened yesterday or earlier, signals to open a new position will be handled. If the open position was opened today, signals will be ignored;0
  7. Sell conditions are opposite.

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

OsMaSter v0 OsMaSter v0

The Expert Advisor is based on the iOsMA (Moving Average of Oscillator, OsMA) indicator signals.

Spreader 2 Spreader 2

An Expert Advisor for two currency pairs

Candle_row Candle_row

The indicator sets indexes for candlesticks in the price movement direction.

Ping Ping

A real-time indicator showing the lag of quotes inside the terminal.