Expert Advisor Demonstrating LibCustomChart Application – EA MetaTrader 5

Expert Advisor Demonstrating LibCustomChart Application - expert for MetaTrader 5
Description: The Expert Advisor shows the application of LibCustomChart.ex5 library. The presence of iCustomChart custom chart is checked when attaching the Expert Advisor to a chart window. In case a custom chart has been uploaded, the library functions use the data of that chart. Otherwise, the data of a standard chart is used. Therefore, the

RAD – Rapid Application Development library – library MetaTrader 4

RAD - Rapid Application Development library - library for MetaTrader 4
This library includes numerous functions, which can speed up the development in the MQL4 by saving from distracting on the mechanics and allowing to focus on the logic. For example, to open an order for 0.4 lot, it is sufficient to call the OpenBuy(0.4); function. Naturally, such functions have more than one parameter, the other