거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
게시자:
Vladimir Karputov
조회수:
2960
평가:
(15)
게시됨:
2018.10.25 16:00
\MQL5\Experts\
Ravi AO.mq5 (43.92 KB) 조회
\MQL5\Indicators\
RAVI.mq5 (8.83 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The author of the ideashevss

MQL5 code author: barabashkakvn

The EA uses iAO (Awesome Oscillator, AO) and RAVI (Range Action Verification Index) indicators. The robot works only when a new bar appears. It handles a single position, therefore it may work both with hedging and netting accounts.

Position open signals:

  • Buy: AO на баре #2 < 0.0 AND RAVI on bar #2 < 0.0 AND AO on bar #1 > 0.0 AND RAVI on bar #1 > 0.0
  • Sell: AO on bar #2 > 0.0 AND RAVI on bar #2 > 0.0 AND AO on bar #1 < 0.0 AND RAVI on bar #1 < 0.0

Positions are opened with the volume equal to Lots. To disable any of the parameters: stop loss (Stop Loss), take profit (Take Profit) or trailing (Trailing Stop), assign the value of "0.0" to the parameter.

The remaining parameters are RAVI ones.

EURUSD, M30:

Ravi AO

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

VR---BUCH VR---BUCH

The EA is based on the intersection of two iMAs (Moving Average, MA) but with an additional filter: price from ENUM_APPLIED_PRICE

XCCI_Histogram_Vol_Direct_HTF XCCI_Histogram_Vol_Direct_HTF

XCCI_Histogram_Vol_Direct indicator with the timeframe selection option available in input parameters

XRSI_Candle_Vol_Zer XRSI_Candle_Vol_Zer

XRSI_Candle_Vol indicator showing a breakthrough of its zero line using candles, color labels and audio signals

Exp_XRSI_Histogram_Vol Exp_XRSI_Histogram_Vol

The trading system based on the signals of the XRSI_Histogram_Vol indicator