View RSS Feed

All Blog Entries

  1. Creating an EA that works automatically (Part 03): New functions

    by , 03-07-2023 at 01:14 AM
    Name:  magicnumber11.png
Views: 58
Size:  7.0 KB

    In the previous article Creating an EA that works automatically (Part 02): Getting started with the code, we started to develop an order system that we will use in our automated EA. However, we have created only one of the necessary functions.
    Now ..., we can add other necessary functions to the EA, which will cover more than 90% of the cases.
    more...
    Categories
    Uncategorized
  2. Creating a ticker tape panel: Improved version

    by , 02-24-2023 at 01:45 AM
    Name:  0019.png
Views: 78
Size:  34.2 KB

    In the previous article Creating a ticker panel: Basic version, we have seen how to create an indicator in the form of a panel displaying a tape of real-time symbol prices. However, in the previous article we did not implement the indicator completely, not because it was impossible, but because our goal was to show the process of creating the indicator, to see how to make it work with the least amount of code in order to give the impression that
    ...
    Categories
    Uncategorized
  3. Creating a ticker tape panel: Basic version

    by , 02-23-2023 at 01:44 AM
    Name:  ScreenRecorderProject17.jpg
Views: 38
Size:  30.8 KB

    Some people may find price tape panels that are built into some platforms and that display individual asset quotes pretty cool.
    This idea is quite interesting to implement and develop and it can also be a very useful resource for many, which is why I decided to show how to create the code for such a panel.
    more...
    Categories
    Uncategorized
  4. Population optimization algorithms: Firefly Algorithm (FA)

    by , 02-20-2023 at 01:42 AM
    Nature has always been an inspiration for many metaheuristic algorithms. It managed to find solutions to problems without prompting, based on individual experience. Natural selection and survival of the fittest were the main motivation for the creation of early metaheuristic algorithms. In nature, animals communicate with each other in many ways. Fireflies use their ability to blink to communicate. There are about 2000 species of fireflies with their own special flash patterns.

    There
    ...
    Categories
    Uncategorized
  5. 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
Page 34 of 150 FirstFirst ... 24 32 33 34 35 36 44 84 134 ... LastLast