Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Accedi al CodeBase dal tuo terminale MetaTrader 5
Non hai trovato il codice che fa per te? Ordinane uno dalla sezione Freelance
Come scrivere un Expert Advisor o un indicatore

I migliori script per MetaTrader 5 in base ai giudizi degli utenti - 6

Invia il tuo codice

This strategy is the well known set & forget accompanied by the anti-martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc.

The code defines a function "RangeHighs" that calculates the highest price of a financial instrument within a specified time range (start and end time). The time range is defined by 4 input parameters (hour and minute of start and end time). The highest price is found using the "CopyHigh" function and stored in an array, from which the maximum value is returned.

Get commission of an active position in mt5 , its easy to use function.

This script counts the number of pending buy stop orders for each symbol and returns the value.

To assist traders who wish to open multiple buy orders quickly, a script file has been developed that allows them to execute a large number of trades with just one command. The default take profit and stop loss values are set in 5-digit broker format, but for traders using a 4-digit broker, the default must be TP=40 and SL=20. Num_of_Buy is the number trades the trader wish to open instantly. This script file can be extremely useful for traders who want to take advantage of market conditions quickly and efficiently. By simplifying the process of opening multiple buy orders, it can save traders valuable time and allow them to focus on other aspects of their trading strategy.

The script demonstrates the example of using the FileTell() function

The script demonstrates the example of using the FileGetInteger() function

Searching Nearest Bar - searching for the nearest bar.

Opens random positions on marketwatch symbols.

The script removes from the current chart all objects of the user selected type

Export history of deals from MT5 retail hedging account selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software.

Multi Selllimit and Sellstop orders are script files that enable traders to place multiple orders with ease. These orders allow traders to enter the market at a specific price level, or at a specified number of pips away from the current market price, with stop-loss and take-profit levels. By default, the pips value is set to 400, which means the trade will be placed 400 pips away from the current market price for a 5-digit broker. Moreover, the multi Selllimit and Sellstop orders offer traders the flexibility to customize their trading strategies. Traders can set the stop-loss level to zero if they do not use stop-loss, and can choose between a target price or a pip-based entry. This level of flexibility allows traders to tailor their trading strategies to their specific needs, which can result in better trading outcomes.

Lo script calcola il prezzo al quale può verificarsi uno Stop Out (chiusura forzata di una posizione) e il prezzo dopo il quale il valore del Free Margin diventa negativo.

Script to apply my template to all charts opened.

When run on the price chart, the script modifies stop loss or take profit of all open orders for the current instrument.

Dalla build 344 del Terminale è stata aggiunta la visualizzazione delle notizie del calendario economico utilizzando speciali oggetti grafici (OBJ_EVENT). Uno script che visualizza come dimostrazione del Calendario economico con i dati economici attuali, la data dell'ultimo evento importante (rosa).

The script imitates the One Cancel Other function for orders. When one order is triggered, the others are deleted.

Script con la funzione di conversione del tempo in secondi in anno, mese, giorno, ora, minuti, secondi. Senza utilizzare funzioni mql!

The script demonstrates the example of using the FileFlush() function

Generates, creates and stores passwords for your account.

Lo script calcola la dimensione del lotto a una determinata percentuale di fondi liberi.

Modified scripts to change Charts(next,previous) and Timeframes(higher,lower) of all charts quickly by hotkeys.

A script to close all market positions and/or pending orders.

Converts .set files from MT5 format to MT4 format.

The script demonstrates the example of using the FileDelete() function

Questo script è progettato per impostare un ordine BuyLimit con valori fissi di livello di trigger, livello di stop loss e livello di take profit in pip dal prezzo corrente.

VR Orders History MT5 Lite - a script for downloading trading history in the CSV format.

The script exports summary of closed trades grouped by each currency pair to .csv file

It is known that the market is mainly driven by two emotions: fear and greed. This should be seen as an attempt to implement these emotions in the form of a mathematical model.

This is an informative script displaying data on the current trading pair in the chart window.

The script finds on the chart all OBJ_TREND (trendline) objects and moves the line to the specified date with the specified price shift.

An example of using HistorySelectByPosition (based on the HistoryDealGetTicket use example).

Lo script visualizza linee verticali sul grafico in corrispondenza dei punti di rilascio delle notizie.

Questo script è progettato per impostare l'ordine SellStop con valori fissi di livello di trigger, livello di stop loss e livello di take profit in pips dal prezzo corrente.

Questo script è progettato per impostare ordini BuyStopLimit con valori fissi di livelli di trigger, livello di stop loss e livello di take profit in pips dal prezzo corrente e dai prezzi di trigger dell'ordine.

Simplified Script to find signals based on user parameters

Display Binance quotes in real-time mode

This script is used to modify Stop Loss and Take Profit of position.

Counting the number of series of bullish and bearish bars. Displaying the result as a chart. Saving the screenshot of the resulting chart. The script uses the CGraphic class.

Lo scopo dello script è quello di esportare la cronologia delle quotazioni in un formato adatto all'analisi con programmi specializzati di analisi tecnica.

12345678