View RSS Feed

All Blog Entries

  1. Matrix Utils, Extending the Matrices and Vector Standard Library Functionality

    by , 02-19-2023 at 01:46 AM
    Name:  matrix1102.png
Views: 55
Size:  3.1 KB

    In python a Utils class is a general purposed utility class with functions and lines of code which we can reuse without creating an instance of a class.

    The Standard library for matrices provides us with some very important features and methods that we can use to Initialize, transform, manipulate matrices, and much more but like any other libraries ever built it can be extended to perform extra stuff that might be necessary/needed
    ...
    Categories
    Uncategorized
  2. Measuring Indicator Information

    by , 02-18-2023 at 01:52 AM
    Name:  entropyformula1002.PNG
Views: 57
Size:  2.7 KB

    Machine learning relies on training data to learn the general behaviour of the market to ultimately make fairly accurate predictions. The chosen learning algorithm has to wade through a carefully selected sample to extract meaningful information. Indicators can be thought of as purveyors of information about the underlying price series they are applied to. Using this premise, entropy can be used to measure how much information is communicated by an indicator.
    ...
    Categories
    Uncategorized
  3. Population optimization algorithms: Fish School Search (FSS)

    by , 02-12-2023 at 01:39 AM
    Name:  ind0402.png
Views: 49
Size:  27.2 KB

    An aggregation of fish is the general term for any collection of fish that have gathered together in some locality. Fish aggregations can be structured or unstructured.
    Fish form schools in nature in several ways. As a rule, they prefer larger schools, consisting of individuals only of their own species.
    The question of how schooling fish choose the direction in which to swim remains unresolved. This schooling behavior prompted many researchers
    ...
    Categories
    Uncategorized
  4. Develop a Proof-of-Concept DLL with C++ multi-threading support for MetaTrader 5 on Linux

    by , 02-05-2023 at 01:36 AM
    Name:  TestConsumeDLL_elapsedTimeExecution.png
Views: 57
Size:  76.6 KB

    Linux has a vibrant development ecosystem and a good ergonomic for software development.
    Normally MetaTrader 5 developers just use MQL5 programming language to develop their indicators/experts or related products then publish on the market to end-users without any concern about which OS to base on.
    But when developers need to involve developing a custom solution as a shared library (DLL) to further expand and provide additional services
    ...
    Categories
    Uncategorized
  5. Population optimization algorithms: Cuckoo Optimization Algorithm (COA)

    by , 02-03-2023 at 01:53 AM
    The cuckoo is a fascinating bird, not only because of its singing, but also because of its aggressive breeding strategy, which consists in laying eggs into nests of other birds.
    Cuckoo search is one of the latest nature-inspired heuristic algorithms developed by Yang and Deb in 2009. It is based on the parasitism of some cuckoo species. This algorithm has been further improved by so-called Levy flights rather than simple isotropic random walk methods.
    Name:  decision_tree1.png
Views: 58
Size:  17.9 KB ...
    Categories
    Uncategorized
Page 35 of 122 FirstFirst ... 25 33 34 35 36 37 45 85 ... LastLast