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

Gaps - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
3986
Rating:
(23)
Published:
2018.08.23 14:09
Gaps.mq5 (33.61 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The author of the idea: Scriptor

MQL5 code author: barabashkakvn

The EA opens positions having Lots volume. We can set stop loss and take profit. Trailing can be enabled for positions. It is recommended to launch the EA on M1.

When a new bar appears on a specified Timeframe, the EA checks if there has been a gap. If yes, it is compared with the Gap threshold value. After that, a position is opened depending on the gap direction.

On EURUSD, the highest profit was detected on M6:

Gaps

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

Freeman Freeman

Trading by RSI and Moving Average. Moving Average is used as a trend filter on H1.

XWAMI XWAMI

Momentum indicator by Anthony W. Warren (WAMI) indicator has the form of a colored cloud and has the ability to change the smoothing algorithm and display a trend direction by color.

XWAMI_HTF XWAMI_HTF

The XWAMI indicator with the timeframe selection option available in the input parameters.

Exp_XWAMI_MMRec Exp_XWAMI_MMRec

The trading system based on the XWAMI indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.