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:
- 5633
- Rating:
- Published:
- 2018.08.23 11:15
-
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 trades a simple Pivot: each new bar features a trading signal for opening a BUY position. At the same time, the following limitations are built in:
- The Pivot itself is calculated as (High of bar#1 + Low of bar #1) / 2.0;
- If Open of bar #0 < High of bar#1, while Open of bar #0 > Pivot is a SELL signal
- If Pivot coincides with the previous Pivot, do nothing. If Pivots are opposite, close the current position and open a new one.
EURUSD,D1:
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21374

Ozymandias_System indicator with the timeframe selection option available in input parameters

The EA performs initial opening in both directions. Then it tries to pull the remaining side into profit.

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

The EA is based on iMA (Moving Average, MA) indicator and analyzes the last six bars.