View RSS Feed

mql5

  1. 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
  2. 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
  3. Learn how to design a trading system by Bull's Power

    by , 08-23-2022 at 05:32 AM
    In this new article from our series, we will learn about a new technical tool that can be used in our favor to enhance our trading. We learn about the Bull's Power indicator which is one of the technical indicators that can be used to give us insights into bulls measurement the same as we will see in this article.
    more...
    Categories
    Uncategorized
  4. Developing a trading Expert Advisor from scratch (Part 19): New order system (II)

    by , 08-23-2022 at 01:22 AM
    In the previous article, Developing a trading Expert Advisor from scratch (Part 18), we implemented some fixes, changes and adjustments in the order system, aiming at creating a system that would allow different trading on NETTING and HEDGING accounts, since there are differences in the account operations. But now it is time to finally make the order system completely visual so that we can eliminate the message box and analyze what values are in each position without it.
    ------------------- ...
    Categories
    Uncategorized
  5. Data Science and Machine Learning — Neural Network (Part 01): Feed Forward Neural Network demystified

    by , 08-16-2022 at 01:58 AM
    Neural networks sound like this fancy new thing that seems as a way forward to build holy grails trading systems, many traders are stunned by the programs made of neural networks, as they seem to be good at predicting market movements basically, they are good at any task at hand.

    In this article, we are going to see the basics of a neural network and answer some of the basic questions that I think are important for an ML enthusiast to understand for them to master this subject.
    ...
    Categories
    Uncategorized
Page 37 of 328 FirstFirst ... 27 35 36 37 38 39 47 87 137 ... LastLast