Entries with no category
For information about how to subscribe to the premium section: 1. paypal continues to work automatically - you can subscribe and unsubscribe by yourself; go to the Settings (on the top right corner of the page) - Paid Subscription (on the left side); 2. ePayments stops working (stops working for everybody, they are planning to resume working in several months); 3. you can use skrill (former moneybookers) and advanced cash (advcash); if you are planning ...
TRIX Colored Area - indicator for MetaTrader 5 Indicator iTriX (Triple Exponential Average, TRIX) made in the style of drawing DRAW_FILLING
3D Moving Average - indicator for MetaTrader 5 The indicator management is simple and intuitive. There are two color modes: Color varies with priceColor changes depending on the MA Period. Switching between the two color modes is done by the "C" key (Color). To change the step between periods of moving averages, the mouse pointer occurs when it is in the extreme right position ...
In the previous articles (Optimization Management (Part I) and Optimization Management (Part 2)) we considered a mechanism for launching the optimization in the terminal through a third-party process. This allows creating a certain Optimization Manager which can implement the process similarly to a trading algorithm implementing a specific trading process, i.e. in a fully automated mode without user interference. The idea is to create an algorithm which manages the sliding optimization process, ...
When developing indicators, Expert Advisors and scripts, developers often need to create various pieces of code, which are not directly related to the trading strategy. For example, such code may concern Expert Advisor operation schedule: daily, weekly or monthly. As a result, we will create an independent project, which can interact with the trading logic and other components using a simple interface. With the least effort, such a schedule can be further ...