View RSS Feed

mql5

  1. Neural networks made easy (Part 58): Decision Transformer (DT)

    by , 09-05-2024 at 09:48 AM
    In this series, we have already examined a fairly wide range of different reinforcement learning algorithms. They all use the basic approach:

    1. The agent analyzes the current state of the environment.
    2. Takes the optimal action (within the framework of the learned Policy - behavior strategy).
    3. Moves into a new state of the environment.
    4. Receives a reward from the environment for a complete transition to a new state.

    The sequence is based on the principles of the Markov
    ...
    Categories
    Uncategorized
  2. How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 4): Triangular moving average — Indicator Signals

    by , 09-01-2024 at 01:08 PM
    The definition of a Multi-Currency Expert Advisor in this article is one 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 one symbol pair from only one symbol chart, where in this article Expert Advisor will trade for 30 pairs.
    This time we will use only 1 indicator, namely Triangular moving average in multi-timeframes or single timeframe mode.
    In this article, Expert Advisor
    ...
Page 2 of 2 FirstFirst 1 2