
Introduces the White Fairy trading system, a mean reversion strategy using RSI to trade overbought and oversold conditions as prices revert to the mean, including pyramiding and cost averaging.
Code a MetaTrader 5 expert advisor and customize its chart: disable grid, use candlesticks, black background, white foreground, white bullish and red bearish candles, gold stop levels.
Configure and retrieve an RSI value using the last 14 candlesticks with close price, and set oversold and overbought levels at 30 and 70.
Learn to code RSI-based entry signals in MQL5 by creating boolean buy and sell functions that return true on RSI crossings of oversold and overbought levels.
Prepare the expert advisor for entry by attaching signals, initializing the sea trade class and position info, and configuring slippage, deviation, and magic numbers while counting open trades.
Execute buy and sell trades with an auto lot function tied to account balance and volume increase, using RSI signals and an alternative exit method.
Learn to exit losing trades without a stop loss using cost averaging in a pyramiding strategy, via cost averaging buy and sell functions and next price distance in pips.
Implement trailing stop and trailing take profit functions in the spy and cecil modules, using average buy price and average sell price to protect trades from wrong predictions.
Execute pyramiding trades in the expert advisor by setting a pyramiding distance, calculating next buy/sell prices, applying cost averaging, and progressively reducing lot sizes to maximize profits on winning moves.
Seal pyramiding profits by adding a five-pip trailing stop to the expert advisor, locking gains as trades run. Track last buy/sell prices and adjust stops through position loops.
Test and optimize the white fairy expert advisor using pyramiding and cost averaging to manage drawdown and grow the balance through simulated trades.
Conclude your learning by evaluating the white fairy pyramiding strategy, recognizing its strengths, weaknesses, and the critical role of trade management principles in building your own trading projects.
The main objective of trading any financial instrument is to make money, and accepting this fact is both noble and honorable. Whether you choose to trade anything and in any way you want, the ultimate goal remains the same: to make profits. In order to achieve this, you must simply win more money than you lose.
Have you ever wondered what it would be like to have a system that minimizes losses up to the breakeven when we are wrong about the market and maximize profits by adding to your winning trades? Well If so, this course is exactly what you need.
Throughout this course, we will delve into two essential trade management techniques: pyramiding and cost averaging. Pyramiding enables you to add to your winning trades without taking additional risks, providing a perfect method to increase profits without increasing the lot size. On the other hand, cost averaging involves spreading out your positions, entering a new trade at a better price than the previous one, ensuring you buy at the lowest possible price and sell at the highest possible price.
The centerpiece of this course is the White Fairy trading strategy, which offers a unique approach to managing trades. The strategy ensures that when we are wrong about the market direction, we close our trades at almost breakeven. Conversely, when we are correct about the market direction, we capitalize on our winning trades to maximize profits, ensuring our gains consistently outpace losses, resulting in steady growth of the trading account balance over time.
Throughout the course, I will guide you through the main protocols of the strategy and teach you how to code it using the MQL5 language. We will conduct thorough testing to explore its strengths and weaknesses, enabling us to exploit its ideas effectively.
Particular emphasis will be placed on pyramiding, demonstrating how this technique, when properly implemented, can be a powerful tool to exploit winning positions and boost profits.
If you're an algorithmic trader seeking new ideas for managing your open trades, then this course is definitely tailored for you. By the end of the course, you'll be enriched with fresh concepts for your own algorithmic trading projects. Let's embark on this exciting journey together!
So hit hard on that enroll button now and join me in this incredible journey of coding the White fairy trading pyramiding system.