Watch how to download trading robots for free
Find us on Twitter!
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

ssb5_123 - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
3178
Rating:
(17)
Published:
2018.10.25 16:03
ssb5_123.mq5 (39.18 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Author of the idea — Yury Reshetov

mq5 code author — barabashkakvn

Obtaining trading signals.

Indicators (iMA (Moving Average, MA), iMACD (Moving Average Convergence/Divergence, MACD), iStochastic (Stochastic Oscillator), iOsMA (Moving Average of Oscillator, OsMA) and iAO (Awesome Oscillator, AO)) are surveyed in a strict sequence: confirmation from all indicators is necessary for a positive signal. If the confirmation chain lacks confirmation even from a single indicator, the entire signal is sorted out.

The EA works only when a new bar appears, so it can be optimized in the "OHLC" ticks generation mode.

EURUSD, H1:

ssb5_123

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21937

Pending orders by time 2 Pending orders by time 2

The Expert Advisor sets pending Buy Stop and Sell Stop order at a specified time.

Cronex DeMarker Cronex DeMarker

iDeMarker (DeMarker, DeM) indicator averaging using MovingAverages.mqh

TrendManager_HTF TrendManager_HTF

TrendManager indicator with the timeframe selection option available in input parameters

Flat Trend EA Flat Trend EA

EA based on FlatTrend indicator. You can also include working time.