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
|