View RSS Feed

Uncategorized

Entries with no category

  1. Developing a trading Expert Advisor from scratch (Part 21): New order system (IV)

    by , 09-08-2022 at 01:23 AM
    In the previous article, Developing a trading Expert Advisor from scratch (Part 20), we considered the main changes that need to be made to get the visual system of orders. However, further steps required more explanation, so I decided to split the article into several parts. Here we will finish making the main changes. There will be quite a few of them, but they are all necessary. Well, the whole work will be quite interesting. However, I will not complete the work here, because there is
    ...
    Categories
    Uncategorized
  2. Neural networks made easy (Part 18): Association rules

    by , 09-06-2022 at 09:36 PM
    The growth in the analyzed data volumes leads to a growth of interest in unsupervised learning methods. In the last few articles, we have already seen clustering and dimensionality reduction algorithms which belong to unsupervised learning methods. In this article, we continue studying unsupervised learning methods. This time, we will consider another type of problems which can be addressed within these methods: association rule mining. This problem type has originated from supermarket shopping
    ...
    Categories
    Uncategorized
  3. Learn how to design a trading system by VIDYA

    by , 09-04-2022 at 01:07 AM
    Name:  VIDYAsell_signal.png
Views: 52
Size:  16.2 KB

    Here is a new article from our series which is for beginners to learn about a new technical tool and how to design a trading system based on simple strategies. It is the Variable Index Dynamic Average (VIDYA) indicator. This indicator is one of the trend-following indicators that can be used in our trading and the concept of this term means that this indicator follows the trend. So, it is a lagging indicator and it means that it moves after the
    ...
    Categories
    Uncategorized
  4. Data Science and Machine Learning — Neural Network (Part 02): Feed forward NN Architectures Design

    by , 08-27-2022 at 01:37 AM
    In the prior article, we discussed the basics of a neural network and build a very basic and static MLP, but we know in real-life applications we are not going to need a simple 2 inputs and 2 hidden layers nodes in the network to the output, something we built last time.
    My point is that we need something dynamic. A dynamic code that we can change the parameters and optimize without breaking the program. If you use python-keras library to build a neural network you will have to do
    ...
    Categories
    Uncategorized
  5. Developing a trading Expert Advisor from scratch (Part 20): New order system (III)

    by , 08-26-2022 at 01:21 AM
    In the previous article, Developing a trading Expert Advisor from scratch (Part 19), we focused on code changes which were implemented to enable the operation of the new order system. Since these changes have been implemented, I can focus 100% on the real problem. This is to implement the order system, which is 100% visual and understandable for those who trade without having to know the tick value or where to place an order to earn X, or where to set Stop Loss in order not to lose Y.
    ...
    Categories
    Uncategorized
Page 52 of 343 FirstFirst ... 2 42 50 51 52 53 54 62 102 152 ... LastLast