MetaTrader MTall Script Source Code Downloads - Page 15

Showing 773 results
risk calculator script MT5
MetaTrader 5 script

risk calculator

calculates the risk in the account currency for a given trading volume of the selected symbol at different time periods and publishes it in the journal in the experts tab of toolbo...
vp s trailing stop service script MT5
MetaTrader 5 script

vp s trailing stop service

place the file into services terminal folder.the picture above shows an example of setting up a new sell order with the corresponding comment - 1800 points.the picture above shows ...
simplest cs v file reader script MT5
MetaTrader 5 script

simplest cs v file reader

use this simplest class to read csv file with out any preparations and types casting declarations.find the shortest usage example below....
multi break even. mt4 script MT4
MetaTrader 4 script

multi break even. mt4

multi_breakeven enables setting multiple entry positions to breakeven, either through pips or a target price, once the trade becomes favorable.this feature ensures that the investo...
multi break even. mt5 script MT5
MetaTrader 5 script

multi break even. mt5

multi_breakeven is a script file that enables setting multiple entry positions to breakeven, either through pips or a target price, once the trade becomes favorable.this feature en...
binance quotes downloader script MT5
MetaTrader 5 script

binance quotes downloader

this script allows you to receive quotes from the binance crypto exchange and display them in a custom symbol window.to run the script:2. place the binancequotesdownloader file in ...
sample program for async/sync all close script MT5
MetaTrader 5 script

sample program for async/sync all close

this is a simple program to compare asynchronous and synchronous all close.it is a sample program, so feel free to modify it for your own testing purposes, such as adding condition...
input and output of onnx model script MT5
MetaTrader 5 script

input and output of onnx model

onnxis an open-source format for representing machine learning models. the script allows the user to select an onnx model file through a file dialog. it then creates an onnx sessio...
coll e c t al l indicat o r s da t a script MT5
MetaTrader 5 script

coll e c t al l indicat o r s da t a

collect all indicators script this script collects all mql5 built-in indicators buffers and stores them in a csv file for analysis purposes.bollinger bands (bb): bb_base_line:the b...
open trade script MT5
MetaTrader 5 script

open trade

this function executes the primary logic for initiating a trade.computes the opening price, take-profit levels, and stop-loss based on symbol information and user-provided paramete...
titik impas breakeven script MT5
MetaTrader 5 script

titik impas breakeven

the titik impas breakeven metatrader script serves as a straightforward tool designed to adjust the stop-loss to the breakeven point for one or more positions, based on specified p...
titik impas breakeven mt4 script MT4
MetaTrader 4 script

titik impas breakeven mt4

the titik impas breakeven metatrader script serves as a straightforward tool designed to adjust the stop-loss to the breakeven point for one or more positions, based on specified p...
determine broker's daylight (ds t) schedule script MT5
MetaTrader 5 script

determine broker's daylight (ds t) schedule

script to determine whether your broker follows the us, uk or au daylight (dst) schedule.the script scans the h1 chart bars of the current chart at the expected dates for the dayli...
global close orders management script MT4
MetaTrader 4 script

global close orders management

//***************************************************************************//extern string close_orders_management = "" ; //******************************************************...
open charts of open trades symbols script MT4
MetaTrader 4 script

open charts of open trades symbols

//+------------------------------------------------------------------+//| this little utility script open charts of open trades symbols//| and prints list of open trades symbols in...
calculate pip difference over the last n bars script MT4
MetaTrader 4 script

calculate pip difference over the last n bars

this modification will return a string indicating whether the pip difference is up, down, or unchanged.this code will print the price at the beginning and the end of the calculatio...
reverse trades for all symbols script script MT4
MetaTrader 4 script

reverse trades for all symbols script

the strategy implemented in the script "reverse_trades_for_all_trades_and_symbols_v1.mq4" reverses all open trades for all symbols on the trading platform. when executed, the scrip...
candle analysis report script MT5
MetaTrader 5 script

candle analysis report

this script is designed to perform candle analysis:data retrieval:the script retrieves the open, close, high, and low prices of candles for the financial instrument it is running o...
find the current winning / losing streak in mt4 script MT4
MetaTrader 4 script

find the current winning / losing streak in mt4

in this simple expert advisor, we will be able to see the current winning /losing streak in the mt4 terminal. we have two filter options. one is based on symbol and the other is a ...
sequentially close all trades in mt4 script MT4
MetaTrader 4 script

sequentially close all trades in mt4

this simplae script will first sort the open tickets in asending order. then it will try to close them sequentially. that means the first trade will be closed first then the 2nd on...
close or delete orders based on type in mt4 script MT4
MetaTrader 4 script

close or delete orders based on type in mt4

this simple script will close /delete a order based on the input value passed on the script. for example if user pass op_buy then it will close all the buy trades. similarly if som...
close biggest winning / losing trade in mt4 script MT4
MetaTrader 4 script

close biggest winning / losing trade in mt4

this particular script will find the biggest winning / losing trade among a list of trades and close them . if you want either of them then comment the code block accordingly.there...
harmonic ai pattern script MT4
MetaTrader 4 script

harmonic ai pattern

subject area:automated trading strategies developmentsize: code size: approximately 525 lines form of materials: code files: .mq4 format (for metatrader 4) ...
trap news mt5 script MT5
MetaTrader 5 script

trap news mt5

this script for mt5 how to use script :double click this script and it make order,use this script 2 minutes before high impact news pip moving faster fomc, nfp, rate bank, cpi it p...
save oh l c v data from chart to cs v file script MT5
MetaTrader 5 script

save oh l c v data from chart to cs v file

the standard method of getting historical data in metatrader5 is to use "view>symbols>request" tool as shown in the picture below:however, this sometimes doesn't return all t...
abiroid switch templates script script MT4
MetaTrader 4 script

abiroid switch templates script

features: switch sequentially between multiple templates (as many as you want) switch template in current chart or for all charts video tutorial: how to use: open mq4 file in meta...
rotate te x t script MT4
MetaTrader 4 script

rotate te x t

the script creates a text object on the chart that continuously rotates and changes its position based on price levels. while running, the text changes color and content depending ...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.