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

SimplePivot - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
4949
Rating:
(14)
Published:
2018.08.23 11:15
SimplePivot.mq5 (23.4 KB) view
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:

  1. The Pivot itself is calculated as (High of bar#1 + Low of bar #1) / 2.0;
  2. If Open of bar #0 < High of bar#1, while Open of bar #0 > Pivot is a SELL signal
  3. If Pivot coincides with the previous Pivot, do nothing. If Pivots are opposite, close the current position and open a new one.

EURUSD,D1:

SimplePivot

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

Ozymandias_System_HTF Ozymandias_System_HTF

Ozymandias_System indicator with the timeframe selection option available in input parameters

Urdala_Trol Urdala_Trol

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

CloseProfit v2 CloseProfit v2

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

Arttrader_v1_5 Arttrader_v1_5

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