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...
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 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...
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...
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...
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...
all open trades must be of same symbol and type, e.g. all gbpusd and all buy.this script will close out your position using one large trade to hedge your positionthen using closeby...
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...
watch for gaps in the correlation between two trading instruments and trade one pair against the other.it is advisable not to leave the trading unattended.stop loss and take profit...
//+------------------------------------------------------------------+//| this little utility script open charts of open trades symbols//| and prints list of open trades symbols in...
this script sets pending hedges with distance in pips for chart symbol.if hedged are 100% harmonized strategy will do nothing,else calculates difference between buy and sell trades...
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...
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...
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 ...
there are six different type of active or closed orders which isop_buy op_sell op_buystop op_sellstop op_buylimit op_selllimit this script will find the count of active /closed ord...
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...
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...
this script calculates the total unbalanced postion of hedged or non hedged postions and then place hedge trades accordingly.exampletrader places 0.01 lot then 0.02 lot buy tradeif...
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...
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...
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 ...
the prevdaylines.mq4script is a tool for metatrader 4 that automatically draws three critical price levels from the previous trading day on your chart. these levels include the hig...
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...