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
You will never find anything safer and simpler than a stop-loss. If you study the maths for the other methods like grids, martingales, recovery zones and whatnot; they are ALL convoluted forms of simply using a stop-loss, but with added complexity that hides risk, draw-down and adds to the trade costs.
The sooner you accept and understand this, the quicker you will be on your way to better and easier trading. Don't complicate something which is already so simple.
And yes, I know what I am talking about because I committed the same mistake. I too also followed the same foolish ideias of grids, martingales, etc. and it all failed. It took me a long time to accept and understand, and only when I finally started analysing the maths did it finally sink in what an idiot I had been, when the best and simplest way was already staring me in the face — the humble stop-loss.
Strategic stop loss is more flexible than a fixed stop loss. If it's a long-term strategy, a fixed stop loss is not necessary. Frequent stop losses are the main reason for rapid losses among beginners.
Of course, whether or not a stop loss is set, strategies like averaging down and martingale are high-risk EAs.
I've tried no sl strategies in backtest engine. Could not find a reasonable solution to spend more time on it. As previous comments say, it is mathematically not working.
However if you have a strategy for long positions and another strategy for short positions, and want to put them on a single EA which is reasonable, it would be hedging and they could work.
For sl, personally I was never satisfied with fixed sl. So I use SL function. I code the rules for closing the position, when it happens, it just closes. It is all about advantages, however a big disadvantage too: if the VPS shut down by any reason before when the sl function should be triggered, you may lose more than expected.
I would disagree, i still appreciate the advice, but not what i was asking for.
In the end it depends on your trading approach, hedging a loss and fixating the equity does make sense, becouse now you can look/wait for better prices and manage the loss without having to add more trades while the equity is fixed.
Again, it depends on your strategy, ofcurse it should be more Detailed then what i just mentioned but it does is smarter then just taking a loss (depending on strategy and risk tolerance), its not something that can just be regarded as worse.
It does indeed make sense depending on how you use it, it gives you the ability to be more Dynamic, which you dont have just with one SL.
I agree that just a SL might be the simplest way, but i disagree calling the other Methodes foolish ideas, worse or a waist of time.
I was asking for ideas for smarter alternatives by the way, also the goal doesnt necessary is to be longterm profitable with it, i mentioned what the goal is.
I've tried no sl strategies in backtest engine. Could not find a reasonable solution to spend more time on it. As previous comments say, it is mathematically not working.
However if you have a strategy for long positions and another strategy for short positions, and want to put them on a single EA which is reasonable, it would be hedging and they could work.
For sl, personally I was never satisfied with fixed sl. So I use SL function. I code the rules for closing the position, when it happens, it just closes. It is all about advantages, however a big disadvantage too: if the VPS shut down by any reason before when the sl function should be triggered, you may lose more than expected.
Strategic stop loss is more flexible than a fixed stop loss. If it's a long-term strategy, a fixed stop loss is not necessary. Frequent stop losses are the main reason for rapid losses among beginners.
Of course, whether or not a stop loss is set, strategies like averaging down and martingale are high-risk EAs.
Every strategy should have a condition to exit a trade at loss. If that is not set, your stop loss will be your account balance. Simple as that.
That being said, a fixed stop loss is not mandatory. There are strategies that do not use a stop loss level, only a stop loss a condition - it's the same thing when opening a new trade. You can open a new trade based on a condition (indicator crossing a certain level for example) or you can open a new trade using a stop/limit order. It's the sane thing.