Neural Networks in Trading: Piecewise Linear Representation of Time Series
Developing a Calendar-Based News Event Breakout Expert Advisor in MQL5
Quote:
Volatility tends to peak around high-impact news events, creating significant breakout opportunities. In this article, we will outline the implementation process of a calendar-based breakout strategy in MQL5. We'll cover everything from creating a class to interpret and store calendar data, developing realistic backtests using this data, and finally, implementing execution code for live trading.
more...
Introduction to MQL5 (Part 12): A Beginner's Guide to Building Custom Indicators
Quote:
Using a project-based approach, we will divide the process into two main parts. First, without utilizing the iMA function, we will build a Moving Average indicator entirely from scratch. Next, we'll go one step further and transform the Moving Average from the conventional line shape into a candle-style indication. In addition, this practical method will open up new avenues for developing trading tools that are specifically suited to your requirements.
more...