Harmonized Pending Hedge of open trades for chart symbol – script MetaTrader 4

Harmonized Pending Hedge of open trades for chart symbol - script for MetaTrader 4
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 and places a harmonized pending hedge 100%. Deletes old hedges for symbol and places new ones. This way can be used as manual trailing pending hedges, … Read more

Resize chart window from indicator (for Short Trend Reversal) – indicator MetaTrader 4

charts
You can simply add function void OnChartEvent(…) to your indicator the screens are from EA and its GUI, indicator only changes window size before compilation you need uncomment few lines //external dll prohibited 🙁 Resize chart window from indicator (for Short Trend Reversal) – indicator MetaTrader 4

Sell with Buy Stop Hedge for chart symbol / Buy with Sell Stop Hedge for chart symbol – script MetaTrader 4

Sell with Buy Stop Hedge for chart symbol / Buy with Sell Stop Hedge for chart symbol - script for MetaTrader 4
It has been over two yeas I don’t use  stop orders much. Instead of placing Stop Loss orders, I use hedged pending orders. I use this scripts often in my trading with keyboard shortcuts ALT+B vs ALT+S, so I think is useful enough to share this scripts with you. #property copyright     “Copyright 2024, MetaQuotes … Read more

Capture MouseEvents on Chart – library MetaTrader 4

Capture MouseEvents on Chart - library for MetaTrader 4
Author: Russell The some functions in the cfunctions.dll ( attached ) are wrappers for two user32.dll functions. With those in combination with the extension of WinUser32.mqh will enable you to read the mouseevents on the chart. After which it becomes easy the attach some action to it. In the example I created a button on … Read more

Horizontal Grid Lines on Chart – indicator MetaTrader 4

Horizontal Grid Lines on Chart - indicator for MetaTrader 4
15 Sep 2010 – Version 2 GRID10 is an indicator which will draw a grid on a chart using grid lines separated at a convenient power of ten. I have updated this indicator with the following features: 1 – The optional ability to include intermediate grid lines every 10%, 20%, 25% or 50% of the … Read more

Higher timeframe candles on your chart – indicator MetaTrader 4

Higher timeframe candles on your chart - indicator for MetaTrader 4
Author: Julien L ( I wanted to know the details of the candles. What’s happening in those H1 candles? By switching to a lower timeframe, you don’t have the same view, making it hard to understand what gives their shapes to the candles. So I’ve created this indicator, that draws candles from an higher timeframe … Read more

Twitpic – Send chart screenshot – script MetaTrader 4

Twitpic - Send chart screenshot - script for MetaTrader 4
Author: gunzip <spammmmme@gmail.com> As usual, you have to put it into experts/scripts metatrader subfolder and restart mt4 eventually (or just compile it if you are able to). You don’t need to download anything but the script itself.You may edit (right click + modify) the script to put your twitter username and password inside it so … Read more