Close or delete orders based on type in MT4 – script MetaTrader 4

Close or delete orders based on type in MT4 - script for MetaTrader 4
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 someone pass OP_SELL_LIMIT then it will delete all sell limit orders  Close or delete orders based on type in MT4 – script … Read more

Place Hedge Order of unbalanced positions in MT4 – script MetaTrader 4

Place Hedge Order of unbalanced positions in MT4 - script for MetaTrader 4
This script calculates the total unbalanced postion of hedged or non hedged postions and then place hedge trades accordingly. Example  trader places 0.01 lot then 0.02 lot buy trade if then try to run the script , it will place 0.03 lot sell trade if again a sell trade is placed of lot size 0.05 … Read more

Running Median Indicator for MT4 – indicator MetaTrader 4

Running Median Indicator for MT4 - indicator for MetaTrader 4
This indicator computes the median of odd span. The median is described as the numerical value separating the higher half of a sample, or a probability distribution, from the lower half. It is often considered as one of the most robust smoothing operator in the presence of outlier values, and particularly more robust than the … Read more

Open Position v3a – Updated for MT4 Build 600 – indicator MetaTrader 4

Open Position v3a - Updated for MT4 Build 600 - indicator for MetaTrader 4
Open Positions v2 ( updated – see below) Open Position V2 has been updated to Open Position v3a for MT4 Build 600. Remove all old instances of Open Position v2 from all charts. Delete all instances of the old file Open Position v2 from the experts / indicator folder and all instances of Open Position … Read more

Script Calling Library for MT4 build 600 and later – library MetaTrader 4

Script Calling Library for MT4 build 600 and later - library for MetaTrader 4
This is script calling library for MT4 build 600 and later. This library is for callingl scripts from your indicator and expert advisors. On earlier build of MT4, this can be achieved with this method. Around build 509, message parameter may have been changed. wParam is 0x11, and lParam is the ordinal of Navigator tree … Read more

All Pivot Points MT4 – indicator MetaTrader 4

All Pivot Points MT4 - indicator for MetaTrader 4
An indicator for drawing all important Pivot Points including: “Classic”, “Camarilla”, “Woodie”, “Floor”, “Fibonacci”, “Fibonacci_Retracement”. You can choose different timeframes for pivot calculation. Customizable width, color and style. Compatible to have multiple pivots with different timeframes in one chart. All Pivot Points MT4 – indicator MetaTrader 4

Holt’s double exponential smoothing (mt4 version) – indicator MetaTrader 4

Holt's double exponential smoothing (mt4 version) - indicator for MetaTrader 4
The name of the indicator might be a bit misleading. Holt’s double exponential smoothing is mostly used for forecasting, not as an average. The forecasting method usually used with it is a sort of linear forecasting – Double Exponential Smoothing   Like the regression forecast, the double exponential smoothing forecast is based on the assumption of … Read more

MetaCOT 2 CFTC ToolBox (Set of Indicators) MT4 – indicator MetaTrader 4

MetaCOT 2 CFTC ToolBox (Set of Indicators) MT4 - indicator for MetaTrader 4
Contents GENERAL PROVISIONS Brief description Installing the libraries and indicators Several indicators in one window Exporting CFTC reports to CSV format and Excel For programmers ANALYSIS OF ‘COMMITMENTS OF TRADERS'(COT) MetaCOT 2 COT Absolute Position MetaCOT 2 COT Absolute Changes MetaCOT 2 COT Netto Positions MetaCOT 2 COT Netto Changes MetaCOT 2 COT Index MetaCOT … Read more