Join our fan page
Trade Transmitter will Transmit Trades from MT5 Demo or Real accounts using CSV Files. Each trade request created manually or by other EAs on MT5 terminal will be automatically transmitted. Positions and orders summaries are also transmitted, so the receiver on the other platform can catch up, in case it misses any of the trade request transmissions. This Code will save your time if you are working on a bridge to copy trades between MT5 and any other platform.
This script opens a buy or sell order randomly having equally spaced take-profit and stop-loss levels.
Simplified Script to find signals based on user parameters
First script selects symbols having spread below specified value on the marketwatch, then opens corresponding charts by appyling timeframe and template stated.
This script allows a user to find out instance_id of the running MetaTrader instance/installation.
Separate the construction of a complex object from its representation so that the same construction process can create different representations.
Define an interface for creating an object, but let subclasses decide which class to instantiate. Lets a class defer instantiation to subclasses.
Provides an interface for creating families of related or dependent objects without specifying their concrete class.
When the subject changes, it notifies and updates its observers, who know nothing about each other.
Encapsulating a family of interchangeable algorythms which can be modified independently from the client.
Export tool for OHLC prices, calculated prices & indicator buffers
This indi will draw OBJ_ARROW_BUY/OBJ_ARROW_SELL when find signals on Arrow Indi Buffers.
The script exports summary of closed trades grouped by each trading day to .csv file
The script exports summary of closed trades grouped by each currency pair to .csv file
This script will change the SL and TP of all open trades of the symbol to the price where the script is dropped off.
This is the version 2 of my script to export the trade history from MT5 selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software. More columns were added and fixed minor errors. The code for processing and exporting data was rewritten.
This script will export the trade history from MT5 selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software. Current version 1.0 does not add the takeprofit and stoploss. Any advice to improve this is welcomed.
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.
The script builds the Fibonacci Levels graphical object with the option of selecting the number of its segments
A script for automatically drawing the levels of the intraday High/Low on the FORTS trading session. There is also an option to draw the levels of the night High/Low prices (if the latter ones are beyond the intraday ones)
The script creates the Fibonacci levels graphic object with a large number of settings.
This script helps to save the objects into a file and show the objects on a new chart.
Export history of closed positions from MT5 retail hedging account selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software.
A script for showing the swap value on a financial instrument. The texts of positive and negative swaps are shown in different colors.
Display the actual stored value of a floating-point number (float or double type), with very high precision up to 55 decimal digits. This helps to debug exact value of floating-point numbers for other MQL5 programs.
VR Orders History MT5 Lite - a script for downloading trading history in the CSV format.
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.