Day Of Week, Week Of Year and other marks in Data Window and on chart – indicator MetaTrader 5

Day Of Week, Week Of Year and other marks in Data Window and on chart - indicator for MetaTrader 5
The indicator WeekDays displays Day Of Week, Week Of Year, Day Of Year or Bar Index in the Data Window, and optionally in labels on the chart. As usual, the information in the Data Window is updated dynamically according to mouse movements: the name of the day is always promptly updated in the left column, … Read more

Delete all objects on chart (main window and sub window) with drag and drop – script MetaTrader 5

Delete all objects on chart (main window and sub window) with drag and drop - script for MetaTrader 5
If there are objects cluttering the chart, sometimes you might want to start afresh without having to delete the entire chart and load another one. This means it may be efficient to drag a script onto the chart in order to clean it. Like a “clear” or “cls” but for objects. The script was meticulously … 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

Minute Overlay Indicator for Sub Window – indicator MetaTrader 4

Minute Overlay Indicator for Sub Window - indicator for MetaTrader 4
Brooky Minute Overlay Indicator This indicator can be dragged over the top of any other sub window indicator. It will not upset their working in any way. The indicator will draw vertical lines every hour or any minute that you desire within the hour as long as a candle closes on that minute. That is … Read more

Displaying Several CChartObject Objects in a Single Window – script MetaTrader 5

Drawing several charts in a single window
Description: Sometimes it is necessary to monitor several charts simultaneously to find correlations between changes in the rates of various currency pairs. This script allows traders to do that displaying several subcharts in a single chart window. The script has been developed to create charts for the Championship’s Minutes at the Automated Trading Championship 2012. … Read more

Multiple ZigZags in a single window – indicator MetaTrader 4

Multiple ZigZags in a single window - indicator for MetaTrader 4
For the fans of ZigZag: a small indicator that draws multiple ZigZags from different timeframes on one timeframe. Four ZigZags are implemented (H1, H4, D1, W1). The timeframe should be selected as the minimal of the displayed ones, i.e. here it is H1. On all other timeframes it is drawn incorrectly, there are no timeframe … Read more

Chart Window MACD – indicator MetaTrader 5

Chart Window MACD - indicator for MetaTrader 5
You can see how MACD works on main price chart. Equivalency #1: MACD oscillator: MACD line crosses the Signal line. MACD_CW: Indicator Red line crosses the price bar. Example in Fig.: Red vertical lines. Equivalency #2: MACD oscillator: MACD line crosses Zero. MACD_CW: Indicator Silver line crosses the price bar. Example in Fig.: Silver vertical … Read more