MQL5 Algo Trading
391K subscribers
2.58K photos
2.59K links
The best publications of the largest community of algotraders.

Subscribe to stay up-to-date with modern technologies and trading programs development.
Download Telegram
Deepening the understanding of DDPG is pivotal for those navigating reinforcement learning. The initialization of the DDPG-Agent class highlights essential components: dual network architecture, separate optimizers, and efficient experience management. Dual architecture facilitates stable learning through separate actor and critic networks, with target networks maintaining weight consistency. The experience management ensures memory efficiency via a fixed-size replay buffer for off-policy learning.

Incorporating key mechanisms such as state-processing, exploration strategies, and device-management in action selection enhances algorithm robustness. Learning updates demand sufficient experiences, allowing meaningful batch statistics; the critic networks update using stable Q-targets, while actor network updates focus on maximizing Q-values.

Target net...

👉 Read | Quotes | Share!

#MQL5 #MT5 #AITrading
👍502544🔥4👨‍💻2
Object segmentation in 3D scenes involves providing precise masks for detected objects in point clouds. Modern methods are grouped into assumption-based and clustering-based approaches. Assumption-based methods work top-down, first proposing regions and then determining masks, but struggle with point cloud sparsity and object complexity. Clustering-based methods adopt a bottom-up approach, assigning semantic labels and predicting instance centers but suffer from inaccuracies and extended processing times.

The Superpoint Transformer (SPFormer) combines both approaches, utilizing a sparse 3D U-Net for point-level feature extraction and grouping points into superpoints. SPFormer introduces a Transformer decoder that predicts instances utilizing cross-attention with superpoints, streamlining the segmentation process by eliminating redundant steps.

Imple...

👉 Read | Signals | Share!

#MQL5 #MT5 #AITrading
👍3085🎉1👨‍💻1👀1
Transfer learning is a machine learning approach where a model trained for one task is applied to another related task. Instead of building a model from scratch, a pre-trained model's knowledge is adapted to a new task. This is useful when there's limited data for the new task. For instance, developing a cat vs. dog classifier with few images can leverage a model like ResNet50 trained on ImageNet.

In financial markets, similar approaches apply. Despite different price scales, features like percentage change and stationary indicators offer consistency across various instruments. Techniques to handle continuous variables involve calculating percentage changes and employing stationary indicators, ensuring models generalize effectively across different markets.

👉 Read | Signals | Share!

#MQL5 #MT5 #AITrading
👍228👨‍💻1
Price forecasting and market trend prediction are essential tasks in trading and risk management. Traditional machine learning models often face challenges in volatile markets. Moving from training from scratch to pretraining on large, unlabeled data sets, followed by fine-tuning specific tasks, enhances forecasting accuracy. Models like the Transformer architecture, when adapted for financial data, leverage asset correlations and temporal dependencies for improved predictions. Implementing alternative attention mechanisms accounts for market dependencies, enhancing model performance.

The R-MAT model is one such example, incorporating relative Self-Attention for processing molecular graphs. Its adaptability and accuracy across various tasks present new opportunities for developing trading strategies.

👉 Read | VPS | Share!

#MQL5 #MT5 #AITrading
👍31194👀2🏆1👨‍💻1
In our latest exploration of MetaTrader 5 development, we focus on implementing a robust Zone Recovery System combined with an Envelopes-based trend-trading strategy using MQL5. This system intelligently manages trades by employing a "zone" strategy to recover from potential losses, automatically placing counter-trades when needed. By integrating Relative Strength Index and Envelopes indicators, the strategy identifies optimal entry and exit points, maintaining low risk and maximizing profitability. Designed for dynamic market conditions, this setup offers flexibility and precision for both novice and seasoned developers looking to automate and enhance their trading algorithms. Dive into the intricacies of our structured MQL5 implementation for deeper insights.

👉 Read | NeuroBook | @mql5dev

#MQL5 #MT5 #AITrading
👍149👨‍💻5
Discover the SAMformer framework, an innovative approach to overcoming traditional Transformer limitations in long-term multivariate time series forecasting. By leveraging a shallow architecture, SAMformer reduces computational complexity and addresses overfitting. The core feature, Sharpness-Aware Minimization (SAM), enhances model robustness against parameter variations, significantly improving prediction quality. SAMformer's high accuracy with fewer parameters supports efficient deployment in resource-limited environments, finding applications in finance, healthcare, and more. Recently, SAM optimization was integrated into the convolutional layer, simplifying implementation while retaining functionality. This progress marks a significant step toward advanced, scalable Transformer models.

👉 Read | Freelance | @mql5dev

#MQL5 #MT5 #AITrading
62👍7👨‍💻7😈2
Discover an innovative approach to market analysis through the lens of language and AI. Our study transforms price movements into binary sequences, then into mnemonic phrases using the BIP39 protocol, akin to cryptocurrency wallets. By applying a transformer architecture typically used in natural language processing, we develop a system to translate market data into human-readable language. This method captures hidden market patterns, achieving noteworthy prediction accuracy. Our findings suggest the market speaks a nuanced "language" with its vocabulary, providing unique insights for traders and developers. This groundbreaking approach opens new avenues for understanding and engaging with financial markets.

👉 Read | Forum | @mql5dev

#MQL5 #MT5 #AITrading
36🎉3👨‍💻3👍2
Explore the innovative Market DNA concept, which creates a unique price-action signature for each currency pair, using metrics like volatility and session rhythms. The MQL5 implementation builds a "DNA passport" on MetaTrader 5, compressing market data into actionable insights. This robust system quantifies market regimes, aids in strategic adaptation, and flags significant shifts through mutation detection. Designed for both developers and traders, it automates analysis, enhances decision-making, and records signals for further use. By integrating Market DNA into trading workflows, gain a strategic edge with data-driven adaptability, consistent entries, risk-aware sizing, and efficiency in trade selection.

👉 Read | Signals | @mql5dev

#MQL5 #MT5 #AITrading
28🎉4👨‍💻1
ETARE presents a modern approach to algorithmic trading by integrating genetic optimization, machine learning, and advanced risk management. This system continually adapts to market conditions through an innovative trading loop, periodically refining strategies every 50 trades. Each trading instrument receives individual analysis based on recent data, ensuring precise position management. The strategies employ a descending volume approach to manage risk and maximize profits. A comprehensive trading decisions database ensures continuous learning, allowing the system to optimize for future trades. Through rigorous testing, ETARE has demonstrated adaptability across various market conditions, embodying a resilient and evolving trading system.

👉 Read | NeuroBook | @mql5dev

#MQL5 #MT5 #AITrading
52👍6👌6👨‍💻2
In our previous technical development updates, we integrated an advanced ChatGPT module into MetaTrader 5 using MQL5, enhancing the user interface with scrollable chat and timestamp features. This time, our focus shifts to overcoming multiline input limitations and ensuring efficient chat history storage using AES256 encryption and ZIP compression.

Implementation involves refining multiline text rendering, integrating a sidebar for navigating preserved chat histories, and leveraging AI for real-time trade signal generation. We've modularized our MQL5 code and enhanced the bitmap handling, ensuring a seamless integration of UI elements like scalable icons and images.

Additionally, we improved prompt handling to accept multiline inputs effectively, using logic to append or create new paragraphs based on user input. This is crucial for detailed market queri...

👉 Read | Signals | @mql5dev

#MQL5 #MT5 #AITrading
33👍5👨‍💻3👌2