
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
Thank you Malacarne for your sharing. I agree "no execution" is better than a bad execution with high slippage. In reality with instant execution I have received thousands of "re quote issue" when the market is busy .. Even with 1 pip slippage in OrderSend method.
Thank you Malacarne for your sharing. I agree "no execution" is better than a bad execution with high slippage. In reality with instant execution I have received thousands of "re quote issue" when the market is busy .. Even with 1 pip slippage in OrderSend method.
1) Don't trade when the markets are too volatile (e.g. some news time).
2) Change your broker!
My currently best EA performs extremely well in tester with 200-400 trades per day but is still work in progress. The final problem to solve for it is the slippage in stop prices. My Broker told me the following.
My conclusion is that slippage is not a fixed number of points my broker tries to take away from my profit in every trade. A broker who is the source for slippage by taking a few points from every trade should not even be able to compete with other brokers for a long time. Thus it is not necessarily right to put the blame on the broker. Preferring "no execution to bad execution" seems like a triviality to me. However, when prices move beyond stop prices it is mostly even worse not to close a position because the current price is already more pips away from the desired stop price than the number of points we are allowing in the slippage field of the order request stucture.
...
Slippage is a part of the "game", you can't avoid it.
What you can avoid is broker bad practice, by choosing one which doesn't manipulate prices.
Thanks to Alain and Waseem for your help to refine my perception of the "game". As trading and gambling do have some common traits the following 2 links may be an interesting complement:
I am curious if other traders confirm that slippage is less significant the bigger time frame we choose?
Actually, slippage does not matter at all, because in the end, the average is zero. Mathematically and statistically. Theoretically. The problem is the broker. I integrated a slippage measuring with my trading system and tested many brokers live in the meanwhile with it. Result: Volatility is not the problem, its just the name of the broker.
Slippage/Requote is exactly the issue where a broker can easily cheat on you, because most people simply do not recognize it and its a bunch of work to track that. There are brokers with low spreads, who call theirselves the most serious and fair, but in the end, exactly these had an average of 1-2 pips requotes in each trade in my tests. I saw the priceline moving over the SL more than 4 pips in quiet markets, just like that, while others have an average slippage which is always equal to zero or slightly positive.
If you "feel" that the execution is bad, then it is bad. Simply change your broker, no matter how good their official reputation is. Dont care about the slippage parameter, set it to infinite but track the results.
And by the way, ECN quoting is good, but the quotes say nothing about the execution.
Idea, may be bad. Nevertheless here my idea: can you avoid the opening of a position with a slippage greater than x by setting the TP x points away from the open price???
No. But you can prevent opening of a position by setting the TP (does not matter how many points) on the wrong side. Example for a Buy position, set TP below open price.