View RSS Feed

Uncategorized

Entries with no category

  1. Learn how to design a trading system by Force Index

    by , 08-06-2022 at 02:55 AM
    Here is a new article from our series about learning how to design a trading system by the most popular technical indicators. In this article, we will learn how to create a trading system by the Force Index indicator. We will learn what is this indicator in detail by covering the following topics:


    1. Force Index definition
    2. Force Index strategy
    3. Force Index strategy blueprint
    4. Force Index trading system
    5. Conclusion
    more...
    Categories
    Uncategorized
  2. Neural networks made easy (Part 17): Dimensionality reduction

    by , 08-05-2022 at 02:11 AM
    We continue to study models and unsupervised learning algorithms. We have already considered data clustering algorithms. In this article, I will explore a solution of problems related to dimensionality reduction. Essentially, these are certain data compression algorithms that are widely used in practice. Let us study the implementation of one of these algorithms and see how it can be used in building our trading model.
    more...

    ---------------------
    1. Neural networks made easy
    ...
    Categories
    Uncategorized
  3. Complex indicators made easy using objects

    by , 08-04-2022 at 10:17 PM
    If you have ever tried creating or modifying a complex indicator, you may know some of the problems that arise when increasing the amount of buffers: you'll need to declare tons of double arrays for the buffers, set them as buffers, configure all of them...
    You can set as buffers arrays that are contained inside of objects
    In this article, we'll explore the options that this trick will give us and come with solutions to be able to apply this trick in any other situation using
    ...
    Categories
    Uncategorized
  4. Developing a trading Expert Advisor from scratch (Part 18): New order system (I)

    by , 08-03-2022 at 02:10 AM
    Since we started documenting this EA in this series from the very first article Developing a trading Expert Advisor from scratch, it has undergone various changes and improvements while maintaining the same on-chart order system model. It is very simple and functional. However, in many situations, it is not suitable for real trading. Of course, we could add some things to the original system so that we have some information about orders, both open and pending. But this would turn our code into
    ...
    Categories
    Uncategorized
  5. Learn how to design a trading system by Chaikin Oscillator

    by , 08-02-2022 at 02:00 AM
    Name:  ChaikinOscillatorinsert.png
Views: 55
Size:  39.5 KB

    Here is a new article that completes our series about learning how to design a trading system by the most popular technical indicators because we will learn how to do that using a new technical indicator which is the Chaikin Oscillator.

    We will learn about this technical indicator in detail through the following topics:
    1. Chaikin Oscillator definition
    2. Chaikin Oscillator strategy
    3. Chaikin Oscillator strategy blueprint
    ...
    Categories
    Uncategorized
Page 47 of 336 FirstFirst ... 37 45 46 47 48 49 57 97 147 ... LastLast