Forum

Long trailingstop works really fine, but why short trailingstop doens't work??>

OMG,, this is driving me crazy.. Long positioin works fine but why short position doesn't !!! I checked Symbol, MagicNo, Everything... Now,, just gently requesting the help from your fresh eyes,,, My eyes are no good any more.. Any comment and any suggestion will help, Thanks

OrderModify.... I want to modify all my orders at once.

if (TrailingstopUse == true && Trailingstop > 0 && open_buy > 1 ) { if (Bid-AvgPrice>Trailingstep*PointDigit) { if ( OrderStopLoss () < Bid - (TrailingSinglestop+TrailingSinglestep- 1 )*PointDigit) {