MetaTrader MT4 Script Source Code Downloads - Page 9

Showing 422 results
signals cs v to chart objects script MT4
MetaTrader 4 script

signals cs v to chart objects

blue arrow = buyred arrow = sellblue tick = winred cross = lose---2. inside the signal, go to trading history tab3. scroll to the most bottom and click on history link on the right...
draw trade history onto chart script MT4
MetaTrader 4 script

draw trade history onto chart

blue zone = tp zonered zone = sl zoneblue arrow = buyred arrow = sellblue tick = winred cross = lose---1. open the chart that you want to display the objects.2. key in magic number...
open order with trade management script MT4
MetaTrader 4 script

open order with trade management

open your order with this simple trade management script.you can open any type of market order by defining your inputs:order typestop loss (in pips)take profit (in pips)lot sizesli...
get message of popup alert mt4 using script MT4
MetaTrader 4 script

get message of popup alert mt4 using

this is small script using external dll "user32.dll".1. import dll and its functions 2 get handle of alert dialog (parent window) using findwindoww to specific parent window handle...
period converter all kai script MT4
MetaTrader 4 script

period converter all kai

this script convert historical data from m1 to m1, m5, m15, m30, h1, h4, d1, w1 and mn, specifying the start date.this is a basic flow.1. download or import your historical data. 2...
oneminuteman script MT4
MetaTrader 4 script

oneminuteman

the script requests the rates every 50ms, put the data into an array then traverses through finding highs and lows...
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...
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...
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...
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) ...
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 ...
lot size calculation script MT4
MetaTrader 4 script

lot size calculation

some traders prefer a clean chart without clutter from indicators or write-ups. this script helps calculate the appropriate lot size for forex or cfd instruments. simply choose eit...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.