popup tip: any bar’s local time – script MetaTrader 4

NULL
Description: With warm help of WHRoeder, I finally finished this, many people wanted it for years. —-Manually draw a verticle line, this script will draw a text tip of the bar’s LOCAL time. Move verticle line around, tip will change accordingly. Very simple code, no dll things. Recommendations: If anything goes wrong, check if there’s … Read more

Multi Time Frame Bars Visualization v1.6 – indicator MetaTrader 4

Multi Time Frame Bars Visualization v1.6 - indicator for MetaTrader 4
Multi Time Frame Bars on a single chart. Note: to see the label of each bar (M1, M15, M30, etc) select “Show Object Descriptions” at Common Tab (Chart properties). Edit: v1.4 with this new features: New parameters to improve visibility: “offset” -> distance to the first bar “step” -> distance between bars Now with “yearly … Read more

TDI-2 BARS – indicator MetaTrader 5

Figure 1. Indicator TDI-2_BARS
The indicator changes the bar color to the color of the current trend calculated based on the TDI-2 custom indicator. If the trend and candlestick direction match, the color of the bar is light, if opposite, the bar is dark. The indicator uses SmoothAlgorithms.mqh library classes (must be copied to the terminal_data_folder\MQL5\Include). The use of … Read more

Predictor Marks for Renko, Mean Renko and Range Bars – indicator MetaTrader 4

Marks on range bars
A simple mark on a chart predicts the future candle close, so a manual trader/scalper can easily monitor the chart, how far the candle can go before it closes. This code works for Renko, mean (medium) Renko and range bars offline charts only. Predictor Marks for Renko, Mean Renko and Range Bars – indicator MetaTrader … Read more

Import of “minute bars” from forexite.com – script MetaTrader 4

Import of "minute bars" from forexite.com - script for MetaTrader 4
Sometimes the mql4.com quote archive lacks “small” data (for example, “minute bars”). For example, for gold: the minute bar history covers the period from 2006 to date. This is clearly not enough for a decent test of a “rough” strategy that works on medium and higher timeframes and which is not too sensitive to the … Read more