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
The code in discussion is compatible with the mt4 platform. It automatically retrieves news from FXStreet servers, allowing users to filter by importance level, currency, and keywords. The mt4 version is available at the provided link.

Key features include:
- Filtering news by high, low, or medium volatility.
- Filter by currencies.
- Filter by news keywords.
- Automatic GMT offset check.
- A dashboard to show upcoming news (optional).
- Lines on the chart for all upcoming events.

The code can be easily modified to place trades at specific times before or after events or to halt trading during events.
#MQL5 #MT5 #FXNews #TradingTech

Read more...
👍653264👨‍💻3
To address challenges in analyzing trading history within MetaTrader 5, a mechanism is presented for efficient visualization of closed positions. This tackles the cluttered chart issue caused by numerous position labels. The aim is to streamline trading history analysis, enabling traders to focus on individual deals with enhanced understanding.

Functions will be developed to:
- Navigate closed positions using keyboard keys.
- Enhance tooltips with detailed deal information.
- Ensure key chart elements remain visible.

Understanding the creation of a position involves tracking trade orders and executed deals within netting or hedging account types. The historical position management requires constructing a list of closed positions from existing deals using a structured approach involving deal, position, and historical management classes.

The "Deal...
#MQL5 #MT5 #TradingTech #MetaTrader

Read more...
👍2216🔥4👨‍💻3🏆1