Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Published by:
- Vladimir Karputov
- Views:
- 3795
- Rating:
- Published:
- 2018.01.22 09:53
- Updated:
- 2018.02.28 14:04
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Author of the idea: Boris, author of the mq5 code: barabashkakvn.
The main idea of the trading strategy is as follows: when there are three down bars on the current timeframe:
and the main Stochastic line is above the signal line on the other two timeframes:
a Buy signal emerges.
The strategy handles only Buy signals.
Testing in the M15 timeframe:
Input Parameters
- Lots - position volume;
- Stop Loss
- Take Profit
- Max positions - the maximum number of open positions;
- timeframe Stochastic #1 - timeframe for Stochastic #1;
- timeframe Stochastic #2 - timeframe for Stochastic #2;
- magic number - Expert Advisor identifier.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/19467

A trading system based on the Martingale technique.

A trading system based on the Vortex Oscillator signals.

The Expert Advisor trades based on iMA and iRSI signals. Values of iMA on four bars are compared. Indices of these bars can be optimized.

KDJ Indicator Oscillator