Signal_Expiration bugs

 

I noticed, with the strategy tester in fixed lot mode, that if I set a value for Signal_Expiration other than 4 it makes some operations with wrong volume.

I used the wizard with different strategies and the error repeats itself.

#include <Expert\Expert.mqh>
//--- available signals
#include <Expert\Signal\SignalAC.mqh>
//--- available trailing
#include <Expert\Trailing\TrailingFixedPips.mqh>
//--- available money management
#include <Expert\Money\MoneyFixedLot.mqh>