Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

IStochastic_Trading - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
4458
Valutazioni:
(24)
Pubblicato:
2017.08.10 12:46
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.