Try this:

Buy = 1;
BuyPrice = O;
Sell = 1;
SellPrice = C;

This is for long trades.

For short trades:

Short = 1;
ShortPrice = O;
Cover = 1;
CoverPrice = C;

Reply via email to