Anddy Cabrera
Anddy Cabrera
  • 信息
8+ 年
经验
1
产品
8275
演示版
0
工作
0
信号
0
订阅者
Anddy Cabrera
Anddy Cabrera
👋 Looking for someone to help me test my MQL5 Martingale EA on a real account!

What I need:
• Real account funded with $3k
• Share the account tracking link so we can see live results together

What you get:
• The EA for FREE 🎁
• My full support throughout the test

⚠️ Martingale involves risk – only reach out if you're comfortable with that.

DM me or comment here if you're interested! Let's make it happen. 🚀
Anddy Cabrera 已发布产品

受控 马丁格尔 受控 马丁格尔 EA 是 一款 适用于 MetaTrader 5 的 全自动 智能交易系统。 它 采用 基于 网格的 马丁格尔 方法, 由 纯 价格行为 信号 驱动, 无需  任何指标。入场信号来源于前一根K线高低范围的中间价格。网格间距使用ATR指标动态计算,使系统能够自动适应当前市场波动。 运作 原理 该 EA 将 新建 篮子 入场 与 网格 续建 分离 为 两条 独立的 代码 路径。 仅当 价格 信号 与 允许的  方向匹配时,才会开启新篮子。篮子开启后,仅根据与最后入场点的价格距离来添加新层级,无需信号确认。这种分离方式可防止网格在市场方向改变时发生冻结。 当 篮子 达到 最大 网格 层数时, 将被 记录 为 硬篮子。 经过 可配置 数量的 硬篮子 后, EA 将 翻转 交易  方向,并为下一个周期放大手数。当篮子内所有持仓的综合浮动盈利达到目标点数时,全部仓位同时平仓。       功能 特点 入场 信号 无需 任何 指标 基于 ATR 的 网格 间距 自适应 市场 波动 可配置 连续

Anddy Cabrera
Anddy Cabrera
Hi Guys, I'm planning to do the following Expert Advisor using Q-Learning that is a Machine Learning reforcement learning. The descriptio fo the EA is below. I want to check how many of yours are interested so I can start the project:
Here's a high-level overview of how to implement this approach:
Define grid levels: Set grid levels at 5-pip intervals. This distance will be used to create the state space and action space for the Q-learning model.

Define the state space: The state space consists of the grid levels and the number of open positions. Each state in the Q-table will be represented as a tuple (grid level, number of open positions).

Define the action space: The action space represents the possible actions the agent can take at each state. In this case, the actions include:

Open trade at grid level i
Hold
Where i represents the index of the grid level.

Initialize the Q-table: Create a Q-table that maps each state (grid level, number of open positions) to the possible actions (open trade at grid level i, hold). Initialize the Q-table values to zero.

Define the reward function: The reward function should be based on the difference between the maximum drawdown in pips and profit in pips. This reward function encourages the Q-learning model to find actions that minimize drawdown while maximizing profit.

Determine the initial trade direction: Based on your market analysis or the Q-learning model's suggestion, determine the initial trade direction (buy or sell).

Train the Q-learning model: Train the model using historical data and the defined reward function. When updating the Q-table, consider the Martingale component by doubling the trade size after a loss and reverting to the initial trade size after a win. Ensure that the model only opens trades in the same direction as the initial trade during the training process.

Implement an exploration-exploitation strategy: Use an epsilon-greedy approach to balance exploration (trying new actions) and exploitation (using the best-known action based on the Q-table) during the training process.

Test and optimize: Test your Q-learning model with the state representation including grid level and number of open positions on out-of-sample data. Make any necessary adjustments to improve performance.

Implement the strategy: Deploy your strategy to a trading platform and monitor its performance in real-time. Ensure that the system only opens trades in the same direction as the initial trade (either all buys or all sells). Be cautious with the Martingale component, as it can lead to significant losses if a losing streak occurs. Consider using a stop-loss or other risk management measures to protect your trading account.
Arnaud Bernard Abadi
Arnaud Bernard Abadi 2023.07.03
Looking forward to reading your code ! Many thanks in advance. Will it be shared tru an article ?
Winged Trading
Winged Trading 2024.01.01
I'd love to see an article on this!
Anddy Cabrera
已发布文章从头开始采用 MQL 语言进行深度神经网络编程
从头开始采用 MQL 语言进行深度神经网络编程

本文旨在教导读者如何从头开始采用 MQL4/5 语言构建深度神经网络。

· 6 3189
Paranchai Tensit
Paranchai Tensit 2021.11.10
Great!
POLONEZU010
POLONEZU010 2022.01.08
is not for sell eney more?i can find or buy
Anddy Cabrera
Introduction Since machine learning has recently gained popularity, many have heard about Deep Learning and desire to know how to apply it in the MQL language...
· 43 24508 35
Anddy Cabrera
Anddy Cabrera
Artificial Neuron
Anddy Cabrera
Anddy Cabrera
Q-Learning
Anddy Cabrera
Anddy Cabrera 2018.11.01
Привет, Pavel, какую из моих систем вы покупали?
Anddy Cabrera
Anddy Cabrera
3D Cartesian plane. The derivative and the tangent line at a point on the given function curve. The gradient points in the direction of the greatest rate of increase of the function, and its magnitude is the slope of the graph in that direction. This graphic has been developed by me from scratch, using only mathematical formulas for its creation.
Eric Ruvalcaba
Eric Ruvalcaba 2018.10.28
Smooth, pretty impressive.
Anddy Cabrera
Anddy Cabrera
2D Cartesian plane. The derivative and the tangent line at a point on the given function curve. This graphic has been developed by me from scratch, using only mathematical formulas for its creation.
Anddy Cabrera
已在MQL5.community注册