[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Buy and Sell price



PureBytes Links

Trading Reference Links

Tomasz:

I think I have these figured out. This is what I did. Is this correct?

Buyprice=Fractalup+0.065;
Sellprice=AlligatorGreen;

Buy=Cross(C,Buyprice);
Sell=Cross(SellPrice,C);

Does the Buy or Sell take place at the price or at the C? I am thinking it 
is at the price.

Thanks again.

Steve