View RSS Feed

All Blog Entries

  1. Crude Oil Daily Outlook - triangle pattern to be broken for the bearish breakdown to be continuing

    by , 12-16-2015 at 02:24 PM
    Daily price is on bearish market condition with below of 100-period SMA and 200-period SMA:

    • the price crossed 42.18 and 41.51 levels to below together with descending triangle pattern for the bearish trend to be continuing;
    • next support levels to be broken are 37.31 and 36.29;
    • nearest resistance levels are 42.18 and 41.51.

    Name:  brn-d1-alpari-limited.png
Views: 141
Size:  20.9 KB

    ...
  2. MQL5 Cookbook: Implementing an Associative Array or a Dictionary for Quick Data Access

    by , 06-10-2015 at 08:40 PM
    Name:  1.png
Views: 381
Size:  34.1 KB

    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.

    Name:  2.png
Views: 296
Size:  19.3 KB

    More...
    Categories
    Uncategorized
  3. Plotting trend lines based on fractals using MQL4 and MQL5

    by , 05-13-2015 at 10:22 AM
    The article describes the automation of trend lines plotting based on the Fractals indicator using MQL4 and MQL5. The article structure provides a comparative view of the solution for two languages. Trend lines are plotted using two last known fractals.

    Name:  Fig3_TrendLine_breakdown.png
Views: 539
Size:  11.9 KB

    More...
    Categories
    Uncategorized
  4. Principles of Exchange Pricing through the Example of Moscow Exchange's Derivatives Market

    by , 03-06-2015 at 02:12 PM
    Name:  1.png
Views: 232
Size:  47.6 KB

    This article describes the theory of exchange pricing and clearing specifics of Moscow Exchange's Derivatives Market. This is a comprehensive article for beginners who want to get their first exchange experience on derivatives trading, as well as for experienced forex traders who are considering trading on a centralized exchange platform.

    Name:  2.png
Views: 199
Size:  56.1 KB

    More...
    Categories
    Uncategorized
  5. Programming EA's Modes Using Object-Oriented Approach

    by , 02-05-2015 at 03:09 AM
    This article explains the idea of multi-mode trading robot programming in MQL5. Every mode is implemented with the object-oriented approach. Instances of both mode classes hierarchy and classes for testing are provided. Multi-mode programming of trading robots is supposed to take into account all peculiarities of every operational mode of an EA written in MQL5. Functions and enumeration are created for identifying the mode.

    Name:  111.png
Views: 273
Size:  21.9 KB

    More...
    Tags: mql5 Add / Edit Tags
    Categories
    Uncategorized