Page 5 of 5 FirstFirst ... 3 4 5
Results 41 to 48 of 48
Like Tree1Likes

MetaTrader 5 Python package

This is a discussion on MetaTrader 5 Python package within the HowToBasic forums, part of the Announcements category; We will tackle the problem of price to angle conversion from an entirely fresh perspective. This time, we will be ...

      
   
  1. #41
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,548
    Blog Entries
    1715

    Feature Engineering With Python And MQL5 (Part III): Angle Of Price (2) Polar Coordinates

    We will tackle the problem of price to angle conversion from an entirely fresh perspective. This time, we will be using a more mathematically sophisticated and robust approach in comparison to the tools we created on our first attempt. Readers who are already familiar with polar coordinates should feel free to jump straight to the “Getting Started in MQL5” section, to see how these mathematical tools are implemented in MQL5.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  2. #42
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,548
    Blog Entries
    1715

    Neural Network in Practice: Sketching a Neuron

    In the previous article Neural Network in Practice: Pseudoinverse (II), I discussed the importance of dedicated computational systems and the reasons behind their development. In this new article related to neural networks, we will delve deeper into the subject. Creating material for this stage is no simple task. Despite appearing straightforward, explaining something that often causes significant confusion can be quite challenging.

    What will we cover at this stage? In this series, I aim to demonstrate how a neural network learns. So far, we have explored how a neural network establishes correlations between different data points.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  3. #43
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,548
    Blog Entries
    1715

    Neural Networks in Trading: Hierarchical Vector Transformer (HiVT)

    The HiVT method begins by representing the road scene as a collection of vectorized elements. Based on this scene representation, the model hierarchically aggregates spatiotemporal information. The road scene consists of agents and map information. For structured scene representation, vectorized elements are first extracted, including trajectory segments of road agents and lane segments from map data.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  4. #44
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,548
    Blog Entries
    1715

    Feature Engineering With Python And MQL5 (Part IV): Candlestick Pattern Recognition With UMAP Regression

    Candlestick patterns are widely used across many different trading strategies and styles by most algorithmic traders in our community. However, our understanding of these patterns is limited to the candlesticks that we have uncovered, while in truth there may be many other profitable candlestick patterns we are simply not aware of yet. Due to the wealth of information covering most modern markets, it is materially challenging for traders to be confident that they are always using the most reliable candlestick patterns available to them in their chosen market.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  5. #45
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,548
    Blog Entries
    1715

    High frequency arbitrage trading system in Python using MetaTrader 5

    Let's sum it up. We have created a system that looks for arbitrage opportunities. Remember that the system does not solve all your financial problems.

    We have sorted out backtesting. It works with time-based data, and even better, it allows us to see how our system would have worked in the past.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  6. #46
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,548
    Blog Entries
    1715

    Finding custom currency pair patterns in Python using MetaTrader 5

    The idea was to study a lot of historical data using an algorithm that would find repeating patterns and evaluate their performance. Sounds interesting? In reality, the implementation turned out to be not so simple.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  7. #47
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,548
    Blog Entries
    1715

    Building MQL5-Like Trade Classes in Python for MetaTrader 5

    Building algorithmic trading systems in the MQL5 programming language has been made easier with Standard Libraries that come preloaded in MetaEditor. These modules (libraries) come with functions and variables that simplify the process of opening, validating, closing the trades, etc.

    Without these dependencies, it becomes harder to write even a simple program, such as making a simple script for opening a buy position (trade).
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  8. #48
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,548
    Blog Entries
    1715

    Developing a multi-currency Expert Advisor (Part 19): Creating stages implemented in Python

    We accomplished the task and the hypothesis was confirmed. So, next looked at how we could improve the results of such automatic selection. It turned out that if we split the set of all single instances into a relatively small number of clusters and make sure that instances from the same cluster do not end up in it when selecting a group, then this will help not only improve the trading results of the final EA, but also reduce the time for the selection process itself.

    To perform clustering, we used a ready-made library scikit-learn for Python, or, more precisely, the implementation of the K-Means algorithm. This is not the only clustering algorithm, but considering other possible ones, comparing and choosing the best one, as applied to this problem, was beyond the acceptable limits. Therefore, essentially the first algorithm that came to hand was taken, and the results obtained using it turned out to be quite good.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

Page 5 of 5 FirstFirst ... 3 4 5

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •