The portion of the code which I am using for the order entry is as follows:
{eOrder = EnterLong(contract_Quanity, "");
Position.AvgPrice = entry_Price;
return;
}
Any suggestions how I would need to amend this code so that it does not merely place an order but actually gets me in, even with a 1 or 2 tick "loss".
sandman

Comment