Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
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

Pipso - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
3042
Valutazioni:
(18)
Pubblicato:
2017.08.10 10:27
Aggiornato:
2018.02.27 13:22
Pipso.mq5 (25.61 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Author of the idea — Evgeny.

MQL5 code authorVladimir Karputov.

The EA trades in the specified time interval. It takes into account High and Low within a certain number of bars. The EA includes protection against the "not enough money" error.

High and Low are determined at the specified interval of bars. When the low value is broken down, a BUY position is opened. When the high value is broken up, a SELL position is opened. 

Before opening BUY, all SELL trades are closed. Before opening SELL, all BUY trades are closed.

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/18333

Fractals minimum distance Fractals minimum distance

The EA trades based on the Fractals indicator. Lot calculation: percentage of free margin.

CandleRange_HTF CandleRange_HTF

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

Exp_PercentageCrossoverChannel_System Exp_PercentageCrossoverChannel_System

The trading system is based on the PercentageCrossoverChannel_System indicator signals.

PercentageCrossoverChannel_Cloud_HTF PercentageCrossoverChannel_Cloud_HTF

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