Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Uzman Danışmanlar

EA Close - MetaTrader 5 için Uzman Danışman

Yayınlayan:
Vladimir Karputov
Görüntülemeler:
4532
Derecelendirme:
(19)
Yayınlandı:
2018.10.25 18:39
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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 tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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