Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

SimplePivot - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
5020
Valutazioni:
(14)
Pubblicato:
2018.08.23 11:15
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.