MQL5 Algo Trading
387K subscribers
2.56K photos
2.56K 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
An innovative approach involves displaying a candlestick chart without shadows in a subwindow. This unique representation provides a streamlined view, focusing solely on the body of the candles. Accompanying this, the 'Custom Moving Average' indicator is applied both to the main window and the subwindow, showcasing consistent analytical metrics across different chart views. This setup assists in simplifying analysis by emphasizing price movement within the candlestick bodies rather than fluctuations suggested by shadows. It can be useful for those looking to minimize noise and focus on primary price trends.
#MQL5 #MT5 #Indicator #Candlestick

Read more...
πŸ‘29❀13πŸ‘¨β€πŸ’»5🀣3πŸ”₯2πŸŽ‰2
Explore our deep dive into crafting a USDJPY trading strategy using MQL5, focusing on candlestick patterns like bullish engulfing setups. The strategy enhances profitability by using technical principles over machine learning choices, maintaining simplicity and efficiency. The framework relies on precise volatility tracking, employing a daily timeframe for increased reliability. Key steps include initialization and global variable management, tailored to identify trading patterns efficiently. Enhancements involve adding extra layers of technical analysis, integrating moving average channels, and considering historical volatility for more informed decision-making, striving to improve trade accuracy and minimize losses. An intriguing approach for both aspiring and seasoned traders.
#MQL5 #MT5 #AlgoTrading #Candlestick

Read more...
πŸ‘25❀14πŸ‘¨β€πŸ’»4πŸ‘2πŸ‘Œ2
Discover an indicator that displays candlestick patterns on charts efficiently. Users can select from various patterns, enhancing the analytical capabilities of their trading strategy. This tool aids in recognizing key market signals, providing traders with valuable insights into potential market movements. The ability to switch between different patterns offers flexibility and precision when analyzing market trends. Continuous improvements and error corrections ensure optimal performance and reliability in diverse trading environments, reinforcing the tool’s utility for both novice and experienced traders seeking to refine their technical analysis approach.
#MQL5 #MT5 #Indicator #Candlestick

Read more...
πŸ‘46❀20πŸ‘¨β€πŸ’»4πŸ‘Œ1
Price Action Quantification Analysis EA offers a systematic solution for identifying key candlestick patterns like Pin Bars, Dojis, Engulfing, and Marubozu in MetaTrader 5. Developed to assist traders in analyzing price action swiftly and accurately, this Expert Advisor scans recent bars to detect formations, visually marks patterns on charts, and provides alerts. By incorporating volatility measures and precise detection logic, the EA enhances trading strategies with objective pattern recognition, reducing manual chart analysis. The built-in backtest feature enables evaluation of pattern success rates, empowering traders with valuable data on pattern reliability and trading performance.

πŸ‘‰ Read | Docs | Share!

#MQL5 #MT5 #Candlestick
πŸ‘50❀21⚑6πŸŽ‰4πŸ‘¨β€πŸ’»4πŸ‘3πŸ‘€3
Explore how geometry transforms forex trading in our latest article! Dive into the complexities of candlestick pattern recognition and automate the process using MQL5. We discuss the creation of a geometric structure detection system leveraging object-oriented programming to automatically identify triangle and rectangle patterns in market data. This method not only saves time but also enhances accuracy by reducing manual intervention. Learn how to construct modular code that can be reused and adapted for future projects. Understand the practical applications of these techniques in gauging trend strength, setting entry/exit points, and reducing subjectivity in trading decisions.

πŸ‘‰ Read | Docs | Share!

#MQL5 #MT5 #Candlestick
πŸ‘41❀26πŸ‘¨β€πŸ’»4πŸŽ‰3⚑2πŸ‘€2
Explore the integration of MQL5 and Python to create an advanced candlestick recognition system for traders and developers. By leveraging MQL5's data collection capabilities and Python's pattern detection power, the system identifies key candlestick patterns like Hammer, Shooting Star, and Engulfing in near real-time. The MQL5 EA collects and sends bar data to a Python-powered microservice, which evaluates patterns and returns insights back to the EA for chart annotation. This robust, low-latency approach enhances trading strategies with precise, timely analysis, while ensuring clear, structured logging for transparent and effective troubleshooting.

πŸ‘‰ Read | Calendar | @mql5dev

#MQL5 #MT5 #Candlestick
❀36πŸ‘¨β€πŸ’»3
Candlestick patterns, rooted in 18th-century Japanese trading, offer insights into market psychology via price actions like open, high, low, and close. Patterns such as Three Black Crows or Doji provide signals on supply and demand dynamics, aiding in detecting reversals or continuations. Historically, these were robust in less efficient, low-liquidity markets due to the reliance on human decision-making. A project aimed to identify these patterns, graphically marking bullish with a green line and bearish with a red one. It utilized self-written code since previous libraries couldn't be adapted for indicators. This allowed a thorough reevaluation of detection functions. In the current landscape, institutional players couple candlestick patterns with complex strategies to gauge market sentiment, using machine learning and quantitative analyses. Despite...

πŸ‘‰ Read | AppStore | @mql5dev

#MQL5 #MT5 #Candlestick
❀30⚑4πŸ‘4πŸŽ‰4πŸ‘¨β€πŸ’»3
A newly designed OHLC candlestick chart captures the highest ask and lowest bid price per bar, utilizing the high of the candle for the highest ask and the low for the lowest bid. This method effectively highlights real tick volatility typically not visible in lower timeframes, offering valuable insights into optimal stop-loss placements. In the revised version, an optimization reduces CPU load by moving the CopyTicksRange function call outside the loop, decreasing function call frequency. This enhances performance efficiency while maintaining chart accuracy. These improvements make the chart a more powerful tool for traders analyzing market behavior in detail.

πŸ‘‰ Read | Docs | @mql5dev

#MQL5 #MT5 #Candlestick
❀22✍4πŸ‘2πŸ‘¨β€πŸ’»2πŸ†1
Exploring the intricacies of the engulfing candlestick pattern, we address its algorithmic application challenges and offer insightful solutions for traders and developers. To extract real value from this classic pattern, we differentiate between opening/closing prices and high/low wicks, reducing market noise. By reimagining the pattern as a three-candle setup, we enhance its fit for MetaTrader 5 backtesting, improving practical application. This refined strategy increases net profit while decreasing trade volume, illustrating a more efficient and promising use of capital. Combining these patterns with ATR indicators aids in risk management, demonstrating an effective way to enrich algorithmic trading strategies.

πŸ‘‰ Read | VPS | @mql5dev

#MQL5 #MT5 #Candlestick
❀71⚑5✍5πŸ‘Œ4πŸ‘€2πŸ‘1πŸ‘¨β€πŸ’»1
Candlestick patterns remain a critical component of technical analysis, offering insights into market dynamics. They document buyer-seller interactions and reflect market sentiment, often predicting future movements. The bullish engulfing pattern exemplifies this predictive ability by indicating potential buying strength. Developers utilizing the MQL5 environment can automate and enhance candlestick studies.

CandlePatternSearch.mq5 is an Expert Advisor designed for MetaTrader 5. It detects and highlights popular candlestick formations on charts, enhancing traders' abilities to analyze patterns across instruments and timeframes. Features include a comprehensive pattern library, interactive on-chart controls, real-time monitoring, and customizable parameters for alert configurations.

This EA consolidates technical analysis by transforming candle...

πŸ‘‰ Read | Calendar | @mql5dev

#MQL5 #MT5 #Candlestick
❀34πŸ‘€14✍5πŸ‘¨β€πŸ’»2