View RSS Feed

newdigital

  1. Modified Grid-Hedge EA in MQL5 (Part II): Making a Simple Grid EA

    by , 02-01-2024 at 07:37 AM
    Welcome to the second installment of our article series, "Modified Grid-Hedge EA in MQL5." Let's begin by recapping what we covered in the first part. In Part I, we explored the classic hedge strategy, automated it using an Expert Advisor (EA), and conducted tests in the strategy tester, analyzing some initial results. This marked the first step in our journey toward creating a Modified Grid-Hedge EA—a blend of classic hedge and grid strategies.
    more...
    Categories
    Uncategorized
  2. Building Your First Glass-box Model Using Python And MQL5

    by , 01-20-2024 at 03:40 PM
    Glass-box algorithms are machine learning algorithms that are fully transparent and inherently intelligible. They defy conventional wisdom that there is a tradeoff between prediction accuracy and interpretability in Machine Learning because they offer an unparalleled level of accuracy and transparency. This means they are exponentially easier to debug, maintain, and improve upon iteration when compared to their black-box alternatives that we are more familiar with. Black-box models are all machine
    ...
    Categories
    Uncategorized
  3. How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 5): Bollinger Bands On Keltner Channel — Indicators Signal

    by , 12-25-2023 at 03:04 PM
    The definition of a multi-currency Expert Advisor in this article is an Expert Advisor or trading robot that can trade (open orders, close orders and manage orders, for example: Trailing Stop Loss and Trailing Profit) for more than 1 symbol pair from only one symbol chart, where in this article Expert Advisor will trade for 30 pairs.

    In this article we will use signals from two indicators, in this case Bollinger Bands® On Keltner Channel.
    more...
    Categories
    Uncategorized
  4. Understanding order placement in MQL5

    by , 11-22-2023 at 02:56 AM
    In any trading system, we need to deal with orders and their operations such as opening positions, placing stop-loss and profit-taking, and modifying orders. Therefore, it is very important to understand how to handle order operations in mql5 when creating a trading system for MetaTrader5. The objective of this article is to provide you a simple guidance for most of the order and position operations to be able to deal with everything about this topic effectively.
    more...
    Categories
    Uncategorized
  5. Data Science and Machine Learning (Part 15): SVM, A Must-Have Tool in Every Trader's Toolbox

    by , 11-18-2023 at 07:05 AM
    Support Vector Machine (SVM) is a powerful supervised machine learning algorithm used for linear or nonlinear classification and regression tasks, and sometimes outlier detection tasks.

    Unlike Bayesian classification techniques, and logistic regression which deploy simple mathematical models to classify information, The SVM has some complex mathematical learning functions aimed at finding the optimal hyperplane that separates the data in an N-dimensional space.

    Support
    ...
    Categories
    Uncategorized
Page 13 of 592 FirstFirst ... 3 11 12 13 14 15 23 63 113 513 ... LastLast