Unisciti alla nostra fan page
- Pubblicati da::
- Vladimir Karputov
- Visualizzazioni:
- 3820
- Valutazioni:
- Pubblicato:
- 2018.06.16 10:19
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Idea by: Scriptor
MQL5 code by: Vladimir Karputov
The EA trades on two Moving Average indicators and allows selecting the method of defining the position size: Manually (having set the Lots parameter to more than zero, and the Risk parameter to zero) or in the risk percentage of free margin per trade (having set the Risk parameter to more than zero and the Lots parameter to zero).
Stop Loss, Take Profit, and Trailing can be enabled/disabled. You can trade within a limited time period (having set the Use Hour Trade parameter to "true" and defined the values of the Start Hour and End Hour parameters).
The test results on H1 in the "Every Tick" mode from 2018.01.01 to 2018.05.01:
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20621

Indicator 2XMA_Ichimoku_Oscillator with the timeframe selection option available in input parameters.

An oscillator based on the difference of two smoothed, different-period Tenkan-Sen lines in form of a colored histogram.

Indicator iSAR with the timeframe selection option in input parameters, implemented in color, with the possibility to generate alerts when the trend changes its direction.

The EA is based on Moving Average.mq5 from standard delivery. Working with OnTradeTransaction to get the price of the last closed position.