> |// In real-world trading there may be slippage of 1-2 pips.
> *BuyPrice*      = *Close* + Slippage;
> *ShortPrice*    = *Close* - Slippage;
> *SellPrice*     = *Close* - Slippage;
> *CoverPrice*    = *Close* + Slippage;
> |
>
You'll propably need to take into account slipage on Exits as well.
Not to mention the spread.

Reply via email to