View RSS Feed

All Blog Entries

  1. Building A Candlestick Trend Constraint Model (Part 8): Expert Advisor Development (II)

    by , 08-31-2024 at 07:28 AM
    In our previous article, we explored creating an expert advisor (EA) using the Trend Constraint V1.09 indicator, complemented by the manually executed Trend Constraint R-R script for placing risk and reward rectangles. While this setup provided insightful trading signals and enhanced visualization, it required manual intervention that could be streamlined. With the fast-paced nature of trading environments, the need for a more efficient solution becomes apparent. Many traders seek integrated
    ...
    Categories
    Uncategorized
  2. MQL5 Wizard Techniques you should know (Part 23): CNNs

    by , 08-29-2024 at 11:43 AM
    CNNs are typically complex neural networks whose main applications are in video and image processing, like we saw with GANs in the previous article. However, unlike GANs that are trained in identifying real images and or subjects in the images from fakes, CNNs tend to work more like a classifier in that they split the input data (which is often image pixels) into various subgroups of data whereby each subgroup is meant to capture a key or very important property of the input data. These produced
    ...
    Categories
    Uncategorized
  3. Developing a multi-currency Expert Advisor (Part 4): Pending virtual orders and saving status

    by , 08-29-2024 at 05:41 AM
    In the previous article, we have significantly revised the code architecture to build a multi-currency EA with several parallel working strategies. Trying to achieve simplicity and clarity, we have so far only considered a certain minimum set of functionality. Even considering the limitations of our task, we have significantly altered the code from the previous articles.

    Now hopefully we have the groundwork that is sufficient enough to increase functionality without radical
    ...
    Categories
    Uncategorized
  4. How to earn money by fulfilling traders' orders in the Freelance service

    by , 08-29-2024 at 05:06 AM
    MQL5 Freelance is a specialized service for trading application developers. Traders come here when they need custom-made trading robots, indicators, and other utility apps developed in MQL5/MQL4, Python, C++, and other modern programming languages.
    more...
  5. How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 3): Added symbols prefixes and/or suffixes and Trading Time Session

    by , 08-24-2024 at 12:07 PM
    Several fellow traders sent emails or commented about how to use this Multi-Currency EA on brokers with symbol names that have prefixes and/or suffixes, and also how to implement trading time zones or trading time sessions on this Multi-Currency EA.

    Therefore, on this occasion I will explain and create a function to be implemented in the EA in the previous article FXSAR_MTF_MCEA by adding an automatic detection function for broker symbols with prefixes and/or suffixes and
    ...
    Categories
    Uncategorized
Page 50 of 2581 FirstFirst ... 40 48 49 50 51 52 60 100 150 550 1050 ... LastLast