Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

ScalpWiz 9001 - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
13561
Note:
(38)
Publié:
2018.12.28 13:11
Mise à jour:
2019.01.17 11:29
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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


Traduit du russe par MetaQuotes Ltd.
Code original : 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