You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
It would be nice to add a new condition to the code: "pending order"
which allows to regulate pullback, i.e. at buy/sell signal we put the postponer, but with n-number of pips back.
Well, if you could attach this device, you'd have a great time...
https://www.mql5.com/ru/code/8850
Chet, nothing has changed...
There is one Expert Advisor in which you can see how a Stop Loss is drawn behind the price level
To be honest, it is not a very nice implementation. As practice shows, besides moving the stop, you should also move the take order so that it closes exactly at the stop loss. But the catch is that eventually we lose the difference between the stop and the take, but there is a chance (and not a slim one) to pull the order down very far.
I have decided to add half of trailing points to profit, it means that the profit seems to run away from the price, but in this way there is a chance that the price will catch up with it and the order will close.
OrderTakeProfit()+_POINTS/2
Sancho77
Here you go, really a parabolic trawl, but I've been using it myself lately.
Sancho77
Here you go, really a parabolic trawl, but I've been using it myself lately.