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

Improve - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
4563
Valutazioni:
(22)
Pubblicato:
2018.04.18 17:24
Improve.mq5 (37.65 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The author of the idea: Mark, the MQL5 code author: barabashkakvn.

The Expert Advisor searches for position opening conditions only on a new bar (performs operations at the moment of new bar emergence), while Virtual Profit is controlled on every tick. When a condition for opening a position is found (a check is performed for the Base symbol on which the EA is running), the EA opens two positions at once: on the Base symbol and on the Hedge symbol.

An example of launch on the USDJPY symbol, while the Hedge symbol is USDCHF:

Improve


Input Parameters

  • Lots - position volume for each symbol;
  • Virtual Profit (in money) - profit (in money), after reaching which all positions will be closed;
  • Hedge symbol - the second symbol;
  • Fast Moving Average Parameters:
    • MA Fast: averaging period;
    • MA Fast: horizontal shift;
    • MA Fast: smoothing type;
    • MA Fast: type of price;
    • MA Slow: averaging period.
  • Slow Moving Average Parameters:
    • MA Slow: horizontal shift;
    • MA Slow: smoothing type;
    • MA Slow: type of price.
  • RSI Parameters:
    • RSI: averaging period;
    • RSI: type of price.
  • magic number - unique identifier for the EA.

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

OnChart_Stochastic OnChart_Stochastic

Stochastic on the price chart.

Conqueror Conqueror

A signal indicator for opening/closing positions.

ThirdPartyTicks ThirdPartyTicks

A library for working with a third-party tick archive.

Schaff Trend RSI MTF Schaff Trend RSI MTF

Schaff Trend RSI multi timeframe version.