Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Published by:
- Vladimir Karputov
- Views:
- 3490
- Rating:
- Published:
- 2018.08.23 11:23
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The author of the idea: Scriptor.
mq5 code author - barabashkakvn.
The EA uses the iMA indicator (Moving Average, MA) and analyzes the last six bars.
Inputs
- How many lots to deal with (may be less than one)
- The period for the averager
- Check for too-big candlesticks (avoid them)
- Check for pairs of big candlesticks
- A smart stop-loss
- The trade's stop loss in case of program error
- The trade's take profit
- The minimum EMA slope to enter a trade
- The maximum EMA slope to enter a trade
- Wait this long to determine candlestick lows/highs (BEGIN)
- Wait this long to determine candlestick lows/highs (END)
- An allowance between the close and low/high price (BEGIN)
- An allowance between the close and low/high price (END)
- If the previous volume is not above this, exit the trade
- A strange but functional imaginary spread adjustment
- magic number
Test for EURUSD H1:
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21387

Closing positions and removing pending orders when reaching a specified profit or loss.

A simple Pivot. No stop loss and take profit are used.

The indicator shows the moment of successive appearance of several unidirectional candles in a row activating alerts and sending email and push notifications

DirectCandlesCounter indicator in the form of candles.