Forex news events reaction EA: An mql5 calendar introduction. – EA MetaTrader 5

Forex news events reaction EA: An mql5 calendar introduction. - expert for MetaTrader 5
This Expert Advisor (EA) demonstrates how to use the MQL5 Calendar to create an automated trading system that reacts to high-impact forex news events. The main goal of this code is educational: to teach traders and developers how to interact with the MQL5 Calendar to identify and trade around significant economic news releases, such as … Read more

Symbol Swap Panel Utility – EA MetaTrader 5

Symbol Swap Panel Utility - expert for MetaTrader 5
Description: The “Symbol Swap Panel” is a versatile utility designed for traders seeking to manage their chart symbols and Market Watch more efficiently. This tool allows you to easily swap the current symbol on your chart while automatically adding the selected symbol to Market Watch. The panel is tailored for traders who require quick access … Read more

BollingerBandsEA – EA MetaTrader 5

BollingerBandsEA - expert for MetaTrader 5
BollingerBandsEA trades according to Bollinger Bands. If the lower line is broken downwards, ES places a buy order and vice versa the sell position. The following settings are integrated: Magic number Fixed volume Percent volume Volume type Risk for Position Lots Stoploss in points Trading (minutes) begins after session start Trading (minutes) end before session Close … Read more

MarketPredictor for MetaTrader 5 – EA MetaTrader 5

MarketPredictor for MetaTrader 5 - expert for MetaTrader 5
Open-Source Project: MarketPredictor for MetaTrader 5 Hello everyone, I’m excited to introduce my open-source project, MarketPredictoran innovative Expert Advisor (EA) for MetaTrader 5. The MarketPredictor leverages proven mathematical models such as Sinusoidal functions, Fast Fourier Transform (FFT), Sigmoid functions, and Monte Carlo simulations to precisely analyze and predict market movements. This project is designed for … Read more

CloseAgent – EA MetaTrader 5

CloseAgent - expert for MetaTrader 5
This is a free example of an automated tool designed to close open positions at the optimal moment, combining two of the most effective technical analysis indicators: Bollinger Bands and RSI. It is particularly useful for closing residual trades at the end of the day or session, identifying overbought and oversold levels to find the … Read more

SUPERMACBOT – EA MetaTrader 5

SUPERMACBOT - expert for MetaTrader 5
The SUPERMACBOT is a fully automated trading robot that combines the power of the Moving Average Crossover strategy with the MACD Indicator to deliver precise and reliable trade signals. This Expert Advisor is designed to work seamlessly on all symbols and timeframesoffering versatility and adaptability for traders across various market conditions. Core Features: Dual Strategy … Read more

simple mt5 trade copier – EA MetaTrader 5

simple mt5 trade copier - expert for MetaTrader 5
The EA is based on several key trading and technical concepts: Trade Copying/Mirror Trading Concept: The fundamental idea is to replicate trading activity from one account (Master) to another account (Slave) This is useful for: Fund managers managing multiple client accounts Traders wanting to run same strategy across different brokers Risk distribution across different brokers … Read more

Dashboard Panel for displaying information on the chart – EA MetaTrader 5

Dashboard Panel for displaying information on the chart - expert for MetaTrader 5
Ever wondered how the dashboards and trading panels in Expert Advisors and indicators are created? Now you can learn to build your own! The attached code contains everything you need to create a fully functional and informative dashboard. With this code, you’ll have the foundation to design custom dashboards that display key trading data and … Read more