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

Secwenta - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
3042
Valutazioni:
(23)
Pubblicato:
2018.11.20 12:51
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The EA only operates when a new bar appears. It always keeps open no more than one open position - therefore it can work both on netting and hedging accounts.

The algorithm itself is very simple: wait for Number of bull bars or Number of bear bars in a row. It is expected that identical bars arriving in a row hint at the continuation of a trend. 

BUY open signal is also SELL close one.

You can allow the EA to only BUY or only SELL. For example, only BUY trades are available and Number of bull bars is 2 and Number of bear bars is 1. In this case, a single incoming bearish bar is a signal to close a BUY position.

Secwenta

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

Time_Candle_Custom Time_Candle_Custom

The indicator paints a candle in color corresponding to its direction once per day at a specified time

Time_Bar_Custom Time_Bar_Custom

The indicator plots one vertical line per day in a specified moment of time

WPR Custom WPR Custom

iWPR (Williams’ Percent Range, %R) indicator features new settings allowing users to manage display of levels and main level color from an Expert Advisor.

Vlado Vlado

The EA applies WPR Custom indicator.