Unisciti alla nostra fan page
This strategy is the well known set & forget accompanied by the 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.
This example was created to see how long it takes to reach 100 ticks. So this indicator is a seconds / "centick" (centick = 100 ticks). It helps you trade orders flow.
For day traders, this is one of the important thing to consider in order to improve our strategy by calculating on average how much an asset moves, in which it will allow us to identify the best TIME during the day to trade when the market moves the most as well
Questo script è progettato per impostare l'ordine SellLimit con valori fissi di livello di trigger, livello di stop loss e livello di take profit in pip dal prezzo corrente.
Uno script che genera il proprio testo sorgente. Risoluzione di un problema classico in MQL5. Non ha valore applicativo. Tuttavia, può essere utile per chi studia programmazione e algoritmizzazione.
L'esempio di immagine di sfondo del grafico, creato utilizzando l'oggetto di tipo OBJ_BITMAP.
The script has three independent functions for determining the current FORTS futures.
Semplice script per randomizzare tutti i colori del vostro grafico. Basta fare clic su di esso per vedere i risultati!
This script attempts to demonstrate the power of using support vector machines in solving classification style problems.
A simple script that allows you to open a long position using the current price location with a specified Risk Percentage and Reward Ratio.
The script calculates the maximum lot size that can be used to open a position using the entire free margin available on the deposit.
Lo script fornisce lo scorrimento sincrono di tutti i grafici aperti nel terminale.
A script to place straddle orders around current price level to catch price spikes around announcements.
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.
The CSV file was written to write economic news but there was a problem that the Terminal does not distinguish lines, exactly their number when working with the CSV file. That is why I decided to share my solution of this problem.
This script opens a buy or sell order randomly having equally spaced take-profit and stop-loss levels.
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.
An example of using HistorySelectByPosition (based on the HistoryDealGetTicket use example).
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.