I got a couple of conditionals the wrong way around, and so
ITM' BE thingy is incorrect.
Those of you who can (and anyone who cannot yet needs to learn how) go to
void LookForeBreakevenBasketClosure()
Find these two lines of code:
if (OrderType() == OP_BUY && Bid
>= BePrice) CloseTheBasket = true;
if (OrderType() == OP_SELL && Bid
<= BePrice) CloseTheBasket = true;
if (OrderType() == OP_BUY && Bid
<= BePrice) CloseTheBasket = true;
if (OrderType() == OP_SELL && Bid
>= BePrice) CloseTheBasket = true;
then recompile.
For everyone else, I will post a fix when I am sure the fix works.

Read the effing manual, ok?
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed
Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.