> Hi,
>
> I have been trying to set a formula for slippage:
>
> SetTradeDelays( 1, 1, 1, 1 );
>
> BuyPrice = C*1.01;
> SellPrice = C*0.99;
>
> It doesn't work at all. I tried to write C*50 just for fun, but it didn't
> change the buyprice at all. What can possibly be wrong?
>
> Thanks,
>
> Louis