Articles, Library comments - page 34

Check out the new article: Trading with the MQL5 Economic Calendar (Part 5): Enhancing the Dashboard with Responsive Controls and Filter Buttons . In this article, we create buttons for currency pair filters, importance levels, time filters, and a cancel option to improve dashboard control. These
New article The Implementation of Automatic Analysis of the Elliott Waves in MQL5 is published: One of the most popular methods of market analysis is the Elliott Wave Principle. However, this process is quite complicated, which leads us to the use of additional tools. One of such instruments is the
New article New Article Publishing System at the MQL5.community is published: We present you a new article publishing system at the MQL5.community. In the new system, we have tried to make the whole process of article writing clear and comfortable by breaking it into several steps. At each step we...
Pair Or Symbol And Time Frame With Watermark : Displays the current timeframe and symbol name in large font on the chart background. Useful when hopping between several charts with different symbols at the same time. Author: Dwi Sudarsono
New article Creating Multi-Expert Advisors on the basis of Trading Models is published: Using the object-oriented approach in MQL5 greatly simplifies the creation of multi-currency/multi-system /multi-time-frame Expert Advisors. Just imagine, your single EA trades on several dozens of trading
Divergences Template Indicator : This is a indicator to plot hidden and regular divergences on chart. Author: Yashar Seyyedin
Relative Volatility Index: Indicator is already multi time frame version with alerts included. Author: Mladen Rakic
ZigZag Step Points : Another version of ZigZag, where the step size for changing the direction of the segment is set in price points. Author: Evgeniy Chumakov
Volume Profile : This is an indicator for showing volume profile on the chart, using simple calculations and very fast execution. Author: Mohammad Baset
Simple Pip Value Calculator: "How much is a 1 pip movement on EURUSD (or any pair) worth in my currency???" It's a question we see asked frequently on the MQL forums and other forex websites. Knowing how much a 1 pip or 1 point move on a currency is going to make you (or cost you) is one of the...
Heikin Ashi Lines : A simpler way to display Heikin Ashi Author: Fernando Carreiro
Breakout Strategy with Prop Firm Helper Functions : This is an update of the "Simple Yet Effective Breakout Strategy". In this code, I have added some helper functions for prop firm challenges. Author: Anh Quan Duong
Check out the new article: Price Action Analysis Toolkit Development Part(4): Analytics Forecaster EA . We are moving beyond simply viewing analyzed metrics on charts to a broader perspective that includes Telegram integration. This enhancement allows important results to be delivered directly to
New article Learn how to design a trading system by Stochastic has been published: In this article, we continue our learning series — this time we will learn how to design a trading system using one of the most popular and useful indicators, which is the Stochastic Oscillator indicator, to build a
Pending orders by time: The Expert Advisor sets pending Buy Stop and Sell Stop order at a specified time. Author: Vladimir Karputov
ProfitTrail Pro EA - expert for MetaTrader 4 : ProfitTrail Pro is a smart tool that sets a stop-loss for every trade once the price moves a distance you choose. It keeps the stop-loss at a set distance from the price and moves it automatically as the price changes, helping you lock in profits and
Smooth Algorithms - Corrected/Modified - library for MetaTrader 5 : Smooth Algorithms fixed version plus Trade Algorithms plus full operational EA, plus two indicators . So you will get complete project where you be able to see example how to use and implement this libraries Author: Dragan Drenjanin
Check out the new article: Chemical reaction optimization (CRO) algorithm (Part II): Assembling and results . In the second part, we will collect chemical operators into a single algorithm and present a detailed analysis of its results. Let's find out how the Chemical reaction optimization (CRO)
Change Chart and Timeframe: Modified scripts to change Charts(next,previous) and Timeframes(higher,lower) of all charts quickly by hotkeys. script ChartNext: change to next Chart;script ChartBefore: change to previous Chart;script PeriodNext: select higher timeframe of all Charts;script...
Check out the new article: Trading with the MQL5 Economic Calendar (Part 4): Implementing Real-Time News Updates in the Dashboard . This article enhances our Economic Calendar dashboard by implementing real-time news updates to keep market information current and actionable. We integrate live data
TrailingStopAndTake: Simple trailing of stop loss and take profit orders of open positions. Author: Scriptor
Set Stoploss and Takeprofit at same level for multiple orders: Let's say we have 20 open orders on one symbol and want to set takeprofit or stoploss for all of them at the same level(price) .The script selects all open orders of the symbol and can modify stoploss or takeprofit or both at the desired
BuySellZigZag : Double ZigZag draws virtual Buy and Sell levels on the price chart. Author: Evgeniy Chumakov
Check out the new article: News Trading Made Easy (Part 5): Performing Trades (II) . This article will expand on the trade management class to include buy-stop and sell-stop orders to trade news events and implement an expiration constraint on these orders to prevent any overnight trading. A
  Experts: pSAR bug  (19   1 2)
pSAR bug: An expert advisor designed to open and close orders at every first parabolic SAR signal i.e. when sequence shifts from below the price to above and vice. Author: Tonny Obare
Confluence Detector : It will detect whether there's confluence between the current chart timeframe and two other timeframes. Author: Conor Mcnamara
Check out the new article: Integrating MQL5 with data processing packages (Part 1): Advanced Data analysis and Statistical Processing . Integration enables seamless workflow where raw financial data from MQL5 can be imported into data processing packages like Jupyter Lab for advanced analysis
Fibonacci Bollinger Bands (MQL5 Version) - Converted from Pine Script by Rashad : This Fibonacci Bollinger Bands indicator is a conversion from Pine Script (by Rashad) to the MQL5 language. Author: Rama Destrian Hartadi
Candle Size : The indicator searches for candles on the price chart that are larger than the size specified in the settings and marks them on the chart. Author: Evgeniy Chumakov
Simplified "EuroSurge" Expert Advisor (EA) for MetaTrader 4 (MT4) : This expert opens trades based on signals from multiple technical indicators. Author: Bernard Petrus Le Roux