AllMinutes – Free-of-Holes Charts – EA MetaTrader 4

AllMinutes - Free-of-Holes Charts - expert for MetaTrader 4
The Expert Advisor fills the missing bars on the chart with “dashes” (Dojis) — bars which have O=H=L=C.The exhaustive description is available in the article “Free-of-Holes” Charts. Change history: v2.0 (2015.08.12): fix for working on new builds of the MetaTrader 4 AllMinutes – Free-of-Holes Charts – expert for MetaTrader 4

Open/Close Charts – script MetaTrader 5

Open/Close Charts - script for MetaTrader 5
First script selects symbols having spread below specified value on the marketwatch, then opens corresponding charts by appyling timeframe and template stated. Second script closes all charts and deletes symbols on the marketwatch except one. To Open Charts; Double-click or drag-drop OpenCharts on a chart. Enter inputs. (Timeframe, Template, Spread) Click Ok. To Close Charts; … Read more

Refresh 28 Charts – EA MetaTrader 4

refresh28charts01
This code extracts tick data from the broker’s server and refreshes the 28 charts of the 8 commonly traded currencies in MT4.  This tool can be used by traders that use indicators, Expert Advisors, or other tools that needs to use the 28 pairs, like “Volatility Watcher”, “OBOS Watcher”, and other programs that measures currency … Read more

Open Random Charts – script MetaTrader 5

Open Random Charts - script for MetaTrader 5
– This script opens randomly selected charts and applies user-defined template. [INPUTS] Timeframe: chart timeframe. Template: chart template. Spread Filter: only open symbols having spread below this. Chart Count: maximum chart count to be opened. [LIMITATIONS] only tradeable forex instruments will get selected. only symbols having spread below specified will be selected. lack of such … Read more

Making and Saving Graphic Charts from the MT5 Strategy Tester – library MetaTrader 5

ExampleChart
This Expert Advisor demonstrates how to create and save graphic charts to a .bmp file  from the MT5 Strategy Tester.   The Graphic.mqh package (Include/Graphics/) is used.  In MT4 this operation can be done very easily as the ResourceSave()  function can create the .bmp file directly from  the Strategy Tester.  In MT5, this method does not … Read more