|
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 ?
|