Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Uzman Danışmanlar

ScalpWiz 9001 - MetaTrader 5 için Uzman Danışman

Yayınlayan:
Vladimir Karputov
Görüntülemeler:
13113
Derecelendirme:
(38)
Yayınlandı:
2018.12.28 13:11
Güncellendi:
2019.01.17 11:29
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Idea by: Marc Boggs

Code mq5 by: barabashkakvn

The EA works on hedge accounts ONLY!

In the EA, classes CPositionInfoCTradeCSymbolInfoCAccountInfoCOrderInfo, and CArrayObj were used.

Four levels, i.e., the spaces for placing pending orders, can be specified in input parameters. The sizes of the spaces follows the logic below:

Level #0 < Level #1 < Level #2 < Level #3

The EA permanently monitors the situation, i.e., it works on each tick, as soon as the price breaks through one of the lines of indicator iBands (Bollinger Bands, BB) at the distance of Level #3. As soon as such breakthrough is found, pending orders will be placed. In the picture below, you can see a sample situation where the breakthrough of the upper line is found: Four Sell stop orders were placed


Accordingly, as soon as the lower line is broken through, pending Buy stop orders will be placed.

For each pending order, Pending Stop orders expiration time (in minutes) is set. You can specify both permanent and dynamic (in risk percents) lot sizes. Lot type is specified in Money management.

Parameters, such as Stop Loss, Take Profit, and Trailing Stop, can be disabled. To do so, you just have to assign the value of 0.0 to the parameter.

A sample start on EURUSD,H1


and on USDJPY,H1


MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/22678

FineTuningMACandle FineTuningMACandle

Indicator FineTuningMA represented as candles

Mirror_RSI Mirror_RSI

Indicator Mirror RSI

Simplified opening of stop orders Simplified opening of stop orders

Short description

Heiken_Ashi_Smoothed_HTF Heiken_Ashi_Smoothed_HTF

Indicator Heiken_Ashi_Smoothed with the possibility of changing its timeframe in its input parameters