The indicator shows deals history on the chart. The suggestions are welcome.
The chart objects are clickable. The colors can be customized in input parameters of the indicator.
Input parameters:
Language
Additional settings
Few figures to illustrate how does it looks:
Figure 1. Show deals history
If you click at any arrow, you can get more information. Click again to hide it.
Figure 2. Show additional info
Translated from Russian by MetaQuotes Software Corp.
Original code: https://www.mql5.com/ru/code/208
Enhance your charts by adding intelligent markers for important price points and the start/end of year/month/week/day/session Includes a price pointer that changes color whenever price is near an important price point (e.g. historical high/low)
Since Terminal build 344 added display of economic calendar news using special graphical objects (OBJ_EVENT). A script that outputs as a demonstration of the Economic Calendar with current economic data, the date of the last major (Pink) event.
The indicator shows the trend and allows to see a price range.
The OnTick event handler is designed to proceed the ticks for a certain symbol. This is the version of Multicurrency tick event handler.