Error 705. You can not use HoldMinBars together with Allow Same Bar exit

You can not mix HoldMinBars option with AllowSameBarExit

SetOption("AllowSameBarExit", True );
SetOption("HoldMinBars", 5 ); // ERROR - these two do not mix