Build 223, the Journal and Expert logs

 

Hi all,


I have just recently upgraded to build 223 and have noticed something strange going on...


I have an EA which calls a custom indicator "InsideBars" which as the name suggests draws an arrow on the chart below the low of the bar if it is an inside bar, EMPTY_VALUE otherwise.


In my Journal, I have thousands and thousands of entries:

22:49:08 InsideBars EURGBP,M5: loaded successfully
22:49:08 InsideBars EURGBP,M5: initialized
22:49:08 InsideBars EURGBP,M5: deinitialized
22:49:08 InsideBars EURGBP,M5: uninit reason 1
22:49:08 InsideBars EURGBP,M5: removed
22:49:08 InsideBars EURGBP,M5: loaded successfully
22:49:08 InsideBars EURGBP,M5: initialized
22:49:08 InsideBars EURGBP,M5: deinitialized
22:49:08 InsideBars EURGBP,M5: uninit reason 1
22:49:08 InsideBars EURGBP,M5: removed

etc etc



This is having a severely detrimental affect on the speed of my system and using up a whole lot of space on the disk!


Is this normal? I cannot recall seeing this amount of information written to the Journal logs before? Is there something I should look for in my code?


if(iCustom(NULL, 0, "InsideBars", minimumCount, type, 0, 1) > 0.0)
{
    //stuff happens here
}




TIA

Reason: