Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

IStochastic_Trading - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
4496
Note:
(24)
Publié:
2017.08.10 12:46
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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

Traduit du russe par MetaQuotes Ltd.
Code original : 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.