NELODI BackProp 图表 - MetaTrader 5 库
“NLD_BackProp.mqh”包含一个非常简单的人工神经网络的实现,该网络具有一个隐藏层并使用反向传播 培训/学习。这种实现的优点是它非常短,这使得任何人都可以轻松开始使用 ANN。
“NLD_BPChart.mq5”是一个自定义价格图表,将价格变动绘制为红/绿线并使用人工神经网络(在 “NLD_BackProp.mqh”)尝试预测收盘价相对于上次开盘价的下一步走向。它预测下一个X 使用过去的最后 Y 个开盘价(默认 = 200),将未来的收盘价(默认 = 10),优化网络权重 每收到一根新的(完成的)蜡烛。
I wouldn't call the output of the Artificial Neural Network a "prediction", but simply an "opinion", which I would NOT take seriously when
交易,所以不要对此太兴奋。 But ... if you find Artificial Neural Networks interesting, it might be fun to watch how an
Artificial Neural Network tries to optimize its outputs as new data arrives. There are many ways to use Artificial Neural Networks and this
is just a very simple example, so have fun experimenting!
这两个文件都相当简单,并且对其他库或文件没有任何外部依赖性。
使用风险自负!
附件下载
📎 bpchart3.png (21 KB)
📎 nld_backprop.mqh (5.04 KB)
📎 nld_bpchart.mq5 (12.69 KB)
Source: MQL5 #26928
💡 精彩内容推荐
✍️ 楼主最新发布
- •
- •
- •
- •
- •
- •
🔗 您可能感兴趣
- •
- •
- •
- •
- •
- •
