Why Virtual Hosting On The MetaTrader 4 And MetaTrader 5 Is Better Than Usual VPS "Renting a virtual server right from the MetaTrader 4 and MetaTrader 5 terminals is the optimal way to ensure uninterrupted work of your trading robots and Signal subscriptions. Essentially, it is an analogue of a VPS though it is better and more suitable for addressing needs and challenges that a trader comes across. The server can be rented straight from ...
Triple Bolling - indicator for MetaTrader 5 "The advanced presentation of the Bollinger Bands indicator that allows to visualize the minute candlesticks in particular.""In fact, the indicator draws three pair of the Bollinger Bands with a standard deviation rate of 2, 3 and 4, respectively. Default period is 50, it is convenient to work on the minute candlesticks."
The MetaTrader 5 platform was originally designed for trading within the netting position accounting system. The netting system allows having only one position per financial instrument meaning that all further operations at that instrument lead only to closing, reversal or changing the volume of the already existing position. In order to expand possibilities of retail Forex traders, we have added the second accounting system — hedging. Now, it is possible ...
ContentsIntroductionList of ControlsBase Classes of the Standard Library as Primitive ObjectsDerived Classes of Primitive Objects with Additional MethodsThe Base Class for all ControlsBase Classes for an Application with a Graphical InterfaceTest of Event Handlers of the Library and Program ClassesConclusion more...
This article describes a special algorithm allowing to gain access to elements by their unique keys. Any base data type can be used as a key. For example it may be represented as a string or an integer variable. Such data container is commonly referred to as a dictionary or an associative array. It provides easier and more efficient way of problem solving. More...