It works!
Yes.
Even for the m15 timeframe.
Of course I will test more.
The rules I selected are the following:
1.
Waiting for the signals from PriceChannel_Stop_v1 indicator.
2.
All the signals should be confirmed by iTrend indicator. In this case:
- if
sell signal from PriceChannel_Stop_v1 (
big red dot) the tick of iTrend indicator should be in
red color (volume2) and above zero. It means the
red tick (volume2) should be above DarkKhaki color tick (volume1).
- if we got
buy signal (big blue dot) the DarkKhaki color tick (volume 1) of iTrend indicator should above the zero line.
- The signals should be fully confirmed if the above mentioned ticks (value) is more than:
0.15 for usdjpy M15; 0.19 for usdjpy H1;
0.0017 for gbpusd M15; 0.0044 for gbpusd H1;
0.0013 for eurusd M15; 0.002 for eurusd H1;
0.0015 for usdchf M15; 0.003 for usdchf H1.
3. If we get the signals from PriceChannel_Stop_v1 indicator and the signals were confirmed by iTrend indicator as mentioned on items 2 - it is OnlyEnterOnFullBars false.
4. If we get the signals from PriceChannel_Stop_v1 indicator but the signals can not be confirmed by iTrend indicator we will wait one bar more to be confirmed. It means we will have the signal on 1 bar and confirmation on 0 bar (to confirmed the signal which was 1 bar ago). It is OnlyEnterOnFullBars true.
It means we do not need to select true or false for OnlyEnterOnFullBars option: the EA will select it for us.
Thus we will open the order.
To exit we have one rule only:
- on the two line crossing of T3 TRIX (ROC of T6).mq4 indicator (value2 = value1 in T3 TRIX (ROC of T6).mq4 indicator);
I want to note that in our Brainwashing EA the OnlyExitOnFullBars (false or true) was a profit. We decided that profit. And we programmed as a profit. But it is stop loss! In our case it is S/L level.
We programmed Brainwashing before to work on stop loss level only! :cool:
That is why it was not profitable.
Now we have one exit rule:
- good one, more profitable - on T3 TRIX (ROC of T6).mq4 indicator.
The above mentioned coefficients (0.15 for usdjpy M15; 0.19 for usdjpy H1; and so on) is the subject to change. It means those coefficients will be changed every week.