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
Vues:
4385
Note:
(30)
Publié:
2017.05.29 14:14
Mise à jour:
2018.02.27 13:26
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Trading based on preset candlestick combinations (patterns), using Take Profit and Stop Loss.

Candlesticks are marked as "1" (bullish) and "0" (bearish):

Morse code

The desired combination of candlesticks is selected from the drop-down list:

Morse code inputs

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/18066

Size of a candle (histogram) Size of a candle (histogram)

The indicator displays the candlestick size (High-Low) and its direction in the form of a colored histogram.

MAX_LOT MAX_LOT

The script calculates the maximum lot size that can be used to open a position using the entire free margin available on the deposit.

CloseOrdersBySymbol CloseOrdersBySymbol

The script closes all pending orders on the current symbol.

CloseAllOrders CloseAllOrders

The script deletes all pending orders on all symbols at a time.