View RSS Feed

mql5

  1. Backpropagation Neural Networks using MQL5 Matrices

    by , 04-22-2023 at 01:52 AM
    Name:  tradennrepdropout1204.png
Views: 76
Size:  28.8 KB

    By using special data types 'matrix' and 'vector', it is possible to create the code which is very close to mathematical notation while avoiding the need to create nested loops or to mind correct indexing of arrays in calculations. In this article, we will see how to create, initialize, and use matrix and vector objects in MQL5.
    more...
    Categories
    Uncategorized
  2. How to use MQL5 to detect candlesticks patterns

    by , 04-19-2023 at 01:33 AM
    Name:  Morningstar0904.png
Views: 59
Size:  1.7 KB

    Candlesticks are a very helpful technical tool if we use them correctly, as we can find a potential movement based on their patterns. Candlesticks can form specific patterns on the chart and these patterns can be divided into two types single-candle patterns and blended candle patterns (more than one candle). In this article, we will learn how we can use MQL5 to detect some of these patterns automatically in the MetaTrader 5 trading terminal, we
    ...
    Categories
    Uncategorized
  3. Implementing the Janus factor in MQL5

    by , 04-18-2023 at 01:04 AM
    Name:  UpPositive1004.png
Views: 53
Size:  8.6 KB

    According to Janus theory, markets are driven by the interplay between prices and how traders react to them. When markets are trending, market participants show confidence by letting their profits ride. In an uptrend higher prices confirm participants' expectations of the trend, which in turn induces more buy-in. This has the effect of pushing prices even higher.
    more...
    Categories
    Uncategorized
  4. Moral expectation in trading

    by , 04-17-2023 at 01:24 AM
    Name:  moremore0804.png
Views: 45
Size:  1.8 KB

    Mathematical expectation in trading is one of the indicators used to evaluate a trading strategy efficiency. In 1738, Daniel Bernoulli published his work "Specimen theoriae novae de mensura sortis" (Exposition of a New Theory on the Measurement of Risk). In this work, he derived the moral expectation equation. The main difference between moral expectation and mathematical expectation is that moral expectation depends on the player's capital and implicitly
    ...
    Categories
    Uncategorized
  5. Canvas based indicators: Filling channels with transparency

    by , 04-16-2023 at 01:25 AM
    Name:  Captura0804.png
Views: 61
Size:  10.5 KB


    Method for creating custom indicators whose drawings are made using the class CCanvas from standard library.
    The topics of this article are listed below:

    ...
    Categories
    Uncategorized
Page 25 of 331 FirstFirst ... 15 23 24 25 26 27 35 75 125 ... LastLast