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

EA Close - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
4612
평가:
(19)
게시됨:
2018.10.25 18:39
EA Close.mq5 (34.95 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The author of the idea - KLOPKA

mq5 code author - barabashkakvn

The EA only operates only when a new bar appears. It opens a position having the Lots volume and sets a stop loss (Stop Loss) and a take profit (Take Profit) immediately.

It also allows checking iCCI (Commodity Channel Index, CCI), iStochastic (Stochastic Oscillator) and iMA (Moving Average, MA) indicators. The value levels are set for both oscillators: for CCI, this is CCI Level, while for STO, these are STO Level UP and STO Level DOWN, accordingly. MA is compared with Open or Close of the bar #1.


Trading signals

BUY:  CCI #1 < "-" CCI Level AND STO #1 < STO Level DOWN AND Open #1 > MA #1 

SELL:  CCI #1 > CCI Level AND STO #1 > STO Level UP AND Close #1 < MA #1 


M15 timeframe

EA Close USDJPY M15

EA Close EURUSD M15

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

Rollback system Rollback system

Defining the channel width for a previous day.

Previous Candle Breakdown 3 Previous Candle Breakdown 3

"Previous Candle Breakdown" Expert Advisor.

One Two Three One Two Three

The trading system defines flat/trend using iChaikin (Chaikin Oscillator, CHO) indicator.

Volume_Price_Momentum_Oscillator Volume_Price_Momentum_Oscillator

Volume Price Momentum Oscillator