Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Pubblicati da::
- Vladimir Karputov
- Visualizzazioni:
- 5126
- Valutazioni:
- Pubblicato:
- 2018.01.22 09:53
- Aggiornato:
- 2018.02.28 14:10
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Author of the idea: Andrey, author of the mq5 code: barabashkakvn.
The Expert Advisor trades based on iMA and iRSI signals. Values of iMA on four bars are compared. Indices of these bars can be optimized. The bar index is specified as a shift from the previous one:
There are two levels for the iRSI indicator:
- "buy level" - if RSI is equal to or greater than this level, it is a Buy signal;
- "sell level" - if RSI is equal to or lower than this level, it is a Sell signal.
Input Parameters
- MA: averaging period - averaging period for iMA;
- Index of the bar #0
- Index of the bar #1 (shift from bar #0)
- Index of the bar #2 (shift from bar #1)
- Index of the bar #3 (shift from bar #2)
- RSI: averaging period
- RSI buy level
- RSI sell level
- Lots - position volume;
- Stop Loss
- Take Profit
- Trailing Stop
- Trailing Step
- Max position - the maximum number of open positions;
- magic number - Expert Advisor identifier.
EURUSD,M5:
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/19469

A trading strategy "three bars down, Stochastic up".

A trading system based on the Martingale technique.

KDJ Indicator Oscillator

An Expert Advisor based on "KDJ Indicator"