Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter ü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

IStochastic_Trading - MetaTrader 5 için Uzman Danışman

Yayınlayan:
Vladimir Karputov
Görüntülemeler:
4494
Derecelendirme:
(24)
Yayınlandı:
2017.08.10 12:46
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Author of the idea is Andrey, the author of the MQL5 code is barabashkakvn.

The Expert Advisor trades based on signals generated by Stochastic Oscillator. Averaging. A limited number of positions. Trailing.

Inputs:

  • Lots
  • Take Profit
  • Stop Loss (in pips)
  • Trailing Stop (in pips) (if "0" the parameter is off)
  • Max Positions (if "0" the parameter is off)
  • Gap
  • K-period (number of bars for calculations)
  • D-period (period of first smoothing)
  • final smoothing
  • zoneBUY
  • zoneSELL

A Sell position is opened when the main Stochastic line is below the signal Stochastic line on the bar with index "1", while the signal line of the Stochastic oscillator is above "zoneSELL":

IStochastic_Trading sell

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/18584

Intersection 2 iMA Intersection 2 iMA

A simple system based on the crossover of two MAs.

N Candles v3 N Candles v3

The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones.

Boa_ZigZag_HTF Boa_ZigZag_HTF

The Boa_ZigZag indicator with the timeframe selection option available in the indicator input parameters.

Boa_ZigZag_Price Boa_ZigZag_Price

The Boa_ZigZag indicator with price labels of the ZigZag peak values.