Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
VR---STEALS-2 - MetaTrader 5 için Uzman Danışman
- Yayınlayan:
- Vladimir Karputov
- Görüntülemeler:
- 5198
- Derecelendirme:
- Yayınlandı:
- 2017.01.26 09:12
- Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
Author of the idea — Vladimir Pastushak, author of the MQL5 code — barabashkakvn.
The EA represents a stealth program, which manages the positions using labels.
The EA and this way of working are well proven when working with certain brokers.
The EA functionality includes:
- Placing a virtual Take Profit
- Placing a virtual Stop Loss
- Placing breakeven
When orders are detected on the chart, the EA uses labels to draw the prices for closing by Take Profit, Stop Loss and the breakeven level.
The program is able to work with different magic numbers simultaneously. To do this, set the "Magic" parameter to "0".
Expert advisor parameters:
input ushort InpStopLoss = 50; // StopLoss (if 0, not used)
input ushort InpBreakeven = 20; // Breakeven (if 0, not used)
input ushort InpBreakMinDis = 9; // Minimum profit when moving to breakeven
input ulong Magic = 0; // (if 0, all magics)
input ulong InpSlip = 20; // Slippage
input int coment = 1; // The number of comment lines. If 0, comments are not displayed
Labels:
- Green label — breakeven level
- Red label — Stop Loss level
- Blue label — Take Profit level
Example of the EA operation:
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/17000
The Fractal_WPR indicator with the timeframe selection option available in the input parameters.
Fractal_Moving_AverageFractal moving average with indication of the last value with a price label with the ability to change the averaging algorithm.
The Expert Advisor processes signals from four iWPR indicators with different averaging periods.
Fractal_DeMarker_HTFThe Fractal_DeMarker indicator with the timeframe selection option available in the input parameters.