Fonts lib – library MetaTrader 4

Fonts lib - library for MetaTrader 4
The library is intended to implement the font list in the input parameters. The library contains 208 fonts. The font selection is done using the drop-down list. To get the required font in the code, it is necessary to write the following: fonts_buf[Font] For example, if 2 different fonts are needed for 2 objects, then … Read more

lot lib – library MetaTrader 4

lot lib - library for MetaTrader 4
So, decide – what can be risked in each trade? There are many options, and selecting the correct one is not always easy. To solve this problem, I made the lot_lib.mqh libraryUsage: – download the lot_lib.mqh to the MetaTrader 4\experts\include folder; – add the following lines to the EA:// at the beginning: #include <lot_lib.mqh> // … Read more