Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

IStochastic_Trading - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
4485
Rating:
(24)
Published:
2017.08.10 12:46
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Translated from Russian by MetaQuotes Ltd.
Original code: 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.