Join our fan page
It will delete all objects on the chart when the compiled executable is dragged onto the chart
A quick little script to make traders' lives easier. The one thing that always annoys me is resetting the properties like colors for a new chart, to make it look the way i like it. So Here is a script to make things smoother.
Script to determine whether your Broker follows the US, UK or AU daylight (DST) schedule.
This script finds DeMark pivot points, displays them on the chart and indicates their dimensions.
This function performs the main logic of opening a trade. Calculates the opening price, take profit levels and stop loss based on symbol information and parameters provided by the user. Prepare a trade request (MqlTradeRequest) with the necessary information, such as symbol, volume, order type, deviation, comment, magic number, etc. Call the OrderSend function to send the operation request and get the result. SetTypeFillingBySymbol function: Determines the order fill type (Fill or Kill, Immediate or Cancel, or Return) based on the symbol's filling policy. GetMinTradeLevel function: Calculates the minimum operating level based on the freeze level and the symbol stops level. Adjusts the minimum level to make sure it is within certain limits and returns the result.
Sample code to count consecutive no. of bull or bear bars.
The script obtains information about the number, types and sizes of input and output tensors in an ONNX model
MQL5 script for MetaTrader 5 that adds two buttons to close all buy or sell positions for the current symbol.
Set StopLoss by just dragging and dropping script on the desired price level.
hi, this code need your telegram token and telegram chat id . you can make robot by BotFather and then search in google how you can find telegram token and chat id then attach them to this code . now every trade would be signals on your telegram channel.
script to open a buy position at the current price in the MT5 window with a specified stop loss (in pips) and take profit (in pips)
A small example of the Mandelbrot fractal calculation in OpenCL. The OpenCL accelerates calculations of fractal approximately up to 100 times in comparison with the CPU calculations.
The script controls the display of time and price scales for all open charts or only for one chart.
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.
Encapsulating a family of interchangeable algorythms which can be modified independently from the client.
The TradeReportExporter script is designed to export the history of trades (trades) into a convenient CSV file. It automatically collects data on all trades for the last year for the instrument it is installed on. The file includes such data as date and time, transaction type (buy/sell), price, volume, commission and profit/loss. The result is saved in a file that can be opened in Excel or any other spreadsheet editor.
Multi buylimit and buystop orders are script files that enable traders to place multiple orders with ease. With just one command, traders can place multiple buylimit or buystop orders using either a target price or pips. 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. This setup includes stop-loss and take-profit levels, which can be adjusted based on the trader's preferences. Notably, these orders come with a level of flexibility that enables traders to fine-tune their trading strategies. For instance, a trader can opt to set the stop-loss level to zero if they do not use stop-loss.
Here is a simple example that shows how to download page(file) from Internet using the library wininet.dll.
The script downloads historical data (for the current symbol), available at trade server.
The script tests the computer in 45 performance tests. It is possible to compare the performance of VPS/VDS servers.
Learn how to split the volume data into different groups so that you can compare them and create a strategy based on volume average.
Calculates the risk in the account currency for a given trading volume of the selected symbol at different time periods.
The script is useful for inspecting the structure of ONNX models, providing insights into the input and output, their names, and their properties. It is particularly helpful for debugging and understanding the characteristics of ONNX models used in machine learning applications.
A simple starting-point script to collect data and send to a CSV in oldest-newest ordering. In this example only the close price data is collected.
The script exports historical quotes data from MetaTrader 5 for the import to MetaTrader 4. This solution will allow you to get the full history for MetaTrader 4.
Export of all necessary instruments and time frames in one click with load and checking history
Export tool for OHLC prices, calculated prices & indicator buffers