Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Pubblicati da::
- Vladimir Karputov
- Visualizzazioni:
- 4406
- Valutazioni:
- Pubblicato:
- 2017.03.02 11:00
- Aggiornato:
- 2018.06.25 15:42
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The Expert Advisor makes trading decisions based on simple candlestick combinations. It is designed for use on the H4 period.
Author of the idea — Andrey, author of the MQL5 code — barabashkakvn.
Testing results on EUSUSD, H4, from 2015.01.11 to 2017.01.11, initial deposit 10000:
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/17348

Two iMAs on the current period and one on PERIOD_D1.

Pending Buy Limit (BuyLimit) and Sell Limit (SellLimit) orders. Using OnTradeTransaction().

Two iMA indicators with hard coded periods of 3 and 7, and on iRSI indicator with the period of 2.

The iMAs on the current period.