Master Your Trading with the Wajdyss Ichimoku Candle System for MetaTrader 5

Mike 2018.08.23 23:07 58 0 0
Attachments

Are you ready to elevate your trading game? The Wajdyss Ichimoku Candle trading system is here to help you spot trends and manage your trades like a pro. This system not only generates signals based on trend changes but also adjusts the volume of your upcoming trades based on the performance of your previous ones.

The system includes a handy block of input EA variables that allows you to manage the volumes of your open positions effectively:

inputuint    BuyLossMMTrigger=2;  // Number of losing Buy trades to decrease MMinputuint    SellLossMMTrigger=2;  // Number of losing Sell trades to decrease MMinputdouble  SmallMM=0.01      // Share of funds from the deposit for trades in case of lossesinputdouble  MM=0.1             // Share of funds from the deposit for normal tradesinput MarginMode MMMode=LOT;      // Method for calculating lot sizes

With these settings, if your last two trades were both losers, the EA will open your next trade in the same direction with a volume of 0.01 lots. However, if at least one of those trades was a winner, the volume will be set at 0.1 lots.

To get this EA running smoothly, make sure the compiled wajdyss_Ichimoku_Candle.ex5 indicator file is located in the <terminal_data_directory>\MQL5\Indicators folder.

Below are the test results using the default parameters with stops:

Fig. 1. Examples of trades on the chart

Fig. 1. Examples of trades on the chart

Testing results for 2017 on AUDUSD (H2 timeframe):

Fig. 2. Testing results chart

Fig. 2. Testing results chart

List
Comments 0