Are you ready to take your trading game to the next level? Let’s dive into the i-KlPrice_Vol trading system, designed to harness the power of indicator signals. This system triggers signals when a bar closes and breaches either an overbought or oversold level. Each of these levels is set up with its own unique position, magic number, and size for breakthroughs:
input uint Magic1=555; // Magic number for regular signals input uint Magic2=777; // Magic number for strong signals input double MM1=0.1; // Position size for regular signals input double MM2=0.2; // Position size for strong signals
To run this Expert Advisor, make sure you have the compiled i-KlPrice_Vol.ex5 indicator file ready. Just drop it into your <terminal_data_folder>\MQL5\Indicators directory.
The default input parameters were utilized during the tests shown below. Notably, Stop Loss and Take Profit settings were not applied during the analysis.

Fig. 1. Sample trades displayed on the chart
Here are the testing results for 2017 using the EURUSD on a H6 timeframe:
Fig. 2. Testing results chart

Comments 0