Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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
Scripts

Partial Close Buy Orders - script pour MetaTrader 5

Vues:
557
Note:
(2)
Publié:
2025.06.08 14:49
Mise à jour:
2025.06.10 08:55
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The main purpose of this script is to close partially open buy orders (Which is in profits) and let the other running orders close in target profits. Check the Experts tab for the info.



How to Use This Script:

  1. Input Parameters:

    • ClosePercentage : The percentage of each buy position you want to close (0-100)

    • Slippage : Maximum allowed slippage in points

    • CommentText : If you want to close only positions with a specific comment (leave empty for all buy positions)

  2. Features:

    • Works with multiple buy positions

    • Preserves stop loss and take profit levels for the remaining position

    • Validates minimum volume requirements

    • Handles errors and provides feedback

  3. Installation:

    • Copy the code to MetaEditor

    • Compile it (F7)

    • The script will appear in the Navigator panel under "Scripts"

    • Drag it to any chart to execute

  4. Notes:

    • The script will close the specified percentage of ALL buy positions unless you filter by comment

    • It uses FOK (Fill or Kill) execution type to ensure the entire partial close is filled at once

    • The remaining position will keep its original SL/TP levels


Daily Trend Daily Trend

Indicator that displays the day's trend at any chart time. You can customise the colours and position of the text on the screen.

Telegram To MT5 Copier Telegram To MT5 Copier

TelegramToMT5 is a MetaTrader 5 Expert Advisor that bridges Telegram and MT5 by displaying messages from your Telegram channels, groups, and private chats directly on your trading charts. Simply create a Telegram bot, add it to your desired channels/groups, and let the EA show all messages as comments on your chart in real-time.

Partial close Sell Orders Partial close Sell Orders

Partially close active sell orders

Divergence Awesome Ocilator Divergence Awesome Ocilator

This MQL5 custom indicator detects divergences between price action and the Awesome Oscillator (AO), signalling potential market reversals or continuations. It plots buy/sell arrows on the chart, displays the AO as a histogram, and draws trendlines to highlight divergences.