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

Extreme EA - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
6897
평가:
(21)
게시됨:
2018.12.28 13:09
업데이트됨:
2019.01.17 11:29
Extreme EA.mq5 (35.23 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Idea by: Scriptor

Code mq5 by: barabashkakvn

The EA works on hedge accounts ONLY!

The EA uses the following indicators: iCCI (Commodity Channel Index, CCI) and two iMAs (Moving Average, MA). It is possible to set a timeframe for CCI other than that for Moving Average. It is recommended to run the EA on timeframe CCI: timeframe or MA Fast and Slow: timeframe.

For indicator CCI, additional parameters shall be set:

  • CCI Up level - upper level (to be set as an integer)
  • CCI Down level - lower level (to be set as an integer)
  • CCI Current Bar - number of the bar, from which the CCI readings are taken

Trade signals for opening positions

  • Opening a BUY position:   MA Slow #1 > MA Slow #2 && MA Fast #0 > MA Fast #1 && (int)CCI #CCI Current BarCCI Down level  
  • Opening a SELL position:   MA Slow #1 < MA Slow #2 && MA Fast #0 < MA Fast #1 && (int)CCI #CCI Current Bar > CCI Up level


Signals for closing positions

  • Closing a BUY position:  MA Slow #1 <= MA Slow #2
  • Closing a SELL position: MA Slow #1 >= MA Slow #2

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

Price_Momentum_Oscillator Price_Momentum_Oscillator

Indicator Price Momentum Oscillator

BestInterval BestInterval

Calculating the best trading interval.

Volatility_Quality_Index Volatility_Quality_Index

Indicator Volatility Quality Index

Sylvain_Vervoort_RSI_inverse_fisher_transform Sylvain_Vervoort_RSI_inverse_fisher_transform

Indicator Sylvain Vervoort RSI inverse fisher transform