Thread: How to code?
View Single Post
  #966 (permalink)  
Old 05-28-2008, 04:46 AM
Big Be Big Be is offline
Member
 
Join Date: Oct 2006
Posts: 80
Big Be is on a distinguished road
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.
Reply With Quote