Thread: Ask!
View Single Post
  #1433 (permalink)  
Old 12-29-2008, 05:48 AM
Didatsd Didatsd is offline
Junior Member
 
Join Date: Aug 2008
Posts: 1
Didatsd is on a distinguished road
About take profit & stop loss

I am sorry for my english.

In Coders' Guru - First Expert Advisor - we get "TakeProfit = 250".
I thing TakeProfit is the maximum profit that we can take,
but when backtest in 4H tf we got profit 980, 855, etc.
And when I try to add stop loss "TakeStop = 350"

OrderSend(Symbol(),OP_SELL,Lots,Bid,3,Bid+TakeStop *Points,Bid- TakeProfit*Points, "macd sample",16384,0,Red);

It still I got stop for -950, -1420, etc.

Can anyone explain me why ?
Reply With Quote