Rejoignez notre page de fans
Expert Ichimoku - expert pour MetaTrader 5
- Publié par:
- Vladimir Karputov
- Vues:
- 13247
- Note:
- Publié:
- 2018.09.27 15:03
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Idea by: Alina
MQL5 code author: barabashkakvn
The Expert Advisor is based on the iIchimoku (Ichimoku Kinko Hyo) indicator. If the last position was closed at a loss, the next one will be opened with the increased volume (the volume increase is one-time, there is no constant volume increase).
A losing position is tracked in OnTradeTransaction: transaction type Structure of a trade transaction and deal type DEAL_ENTRY_OUT are expected.
Input Parameters
Input Parameters
- Ichimoku: period of Tenkan-sen;
- Ichimoku: period of Kijun-sen;
- Ichimoku: period of Senkou Span B.
Trading parameters
- Stop Loss - stop loss;
- Take Profit - take profit;
- Trailing Stop - trailing;
- Trailing Step - trailing step;
- Maximum positions - maximum number of positions in the market;
- Lots - fixed position volume;
- Risk - position volume calculated dynamically as risk percent per trade;
- magic number - unique EA identifier.
EURUSD, H1:
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21661
Three independent trading systems using XWAMI indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.
SilverTrend_HTFThe SilverTrend indicator with the ability to change the indicator timeframe using the input parameters.
The Polarized Fractal Efficiency (PFE) indicator is designed for identifying trends.
PFE_OverlayThe Polarized Fractal Efficiency Overlay (PFE_Overlay) indicator is designed for identifying trends. Unlike Polarized Fractal Efficiency, the indicator is displayed on the price chart as the main indicator line and two lines of the calculated StdDev deviation value.