To: Matrixebiz
Quote:
EDIT: if you change to;
Code:
if(0 < OrderOpenPrice() - Point * MoveStopTo) {
instead of;
Code:
if(OrderStopLoss() < OrderOpenPrice() - Point * MoveStopTo) {
Seems to work good.
Thanks
|
You are welcome.
Big Be
Last edited by Big Be; 05-28-2008 at 04:50 AM.
|