Hello,
Steve please look at the void SendSingleTrade, there is a bug in the section "price is out of the box":
The condition should be "(bid < lowest)".
Steve please look at the void SendSingleTrade, there is a bug in the section "price is out of the box":
Inserted Code
//Sell stop trade
if (type == OP_SELLSTOP)
{
....
//Allow for this being a reentry after a retrace
if [color=Red](bid < highest)[/color]
{
..... Pavel