10986 views
Hello traders
Here we go again.... with the second strategy snippet.
Reminder: the first snipper was a Trailing Profit strategy script
What's on the menu?
A trailing stop is designed to protect gains by enabling a trade to remain open and continue to profit as long as the price is moving in the investor's favor.
The order closes the trade if the price changes direction by a specified percentage or dollar amount.
Trigger me I'm famous
I developed many trading strategies in my career and often I've been asked to trigger a trailing-stop once a certain % move has been made.
On the screenshot below, the SL trigger is plotted in maroon.
Once the price goes past that level for the first time, I'll start trailing the trailing stop level.
In other words, when we see a price makes an interesting move in percentage value - we decide to trail the stop for at least not losing any more
All the BEST
Dave
Here we go again.... with the second strategy snippet.
Reminder: the first snipper was a Trailing Profit strategy script
What's on the menu?
A trailing stop is designed to protect gains by enabling a trade to remain open and continue to profit as long as the price is moving in the investor's favor.
The order closes the trade if the price changes direction by a specified percentage or dollar amount.
Trigger me I'm famous
I developed many trading strategies in my career and often I've been asked to trigger a trailing-stop once a certain % move has been made.
On the screenshot below, the SL trigger is plotted in maroon.
Once the price goes past that level for the first time, I'll start trailing the trailing stop level.
In other words, when we see a price makes an interesting move in percentage value - we decide to trail the stop for at least not losing any more
All the BEST
Dave
💰 Results/Blogs: https://bit.ly/2ULUtjo
⏩ Signals/Pricing: https://best-trading-indicator.com/pages/pricing
🐦 Twitter: https://twitter.com/bti_trading
👉 Get a $30 discount on TradingView: https://bit.ly/2UM5OA0
📺 Youtube: https://bit.ly/3bKvnZu
⏩ Signals/Pricing: https://best-trading-indicator.com/pages/pricing
🐦 Twitter: https://twitter.com/bti_trading
👉 Get a $30 discount on TradingView: https://bit.ly/2UM5OA0
📺 Youtube: https://bit.ly/3bKvnZu
Comments
Do people somehow connect these stoploss scripts to their MT4 or crypto bots or just use as manual reference?
Manual reference doesn't make money, unfortunately :( (I wish it could)
They're plenty of third-party software out there to capture the TradingView events and forwarding them to crypto/MT4/MT5 brokers
You can DM me for more info if you want
Cool man
Thank you!
Am I understanding correctly that on TS you must use a script to be able to have a Trailing Stop? If so, how do you apply it to your order? Does the script appear as a menu item in the order box, or is it another protocol altogether?
Thanks in advance!
But you're correct, TradingView offers already a trailing stop by default now
Link: https://www.tradingview.com/pine-script-reference/v4/#fun_strategy{dot}exit
Though, it's not possible to display that trailing stop level natively. In Pinescript, we can create our own trailing stop/profit and showing it on our chaarts
I was able to add a trailing stop and a few other scripts/studies to the charts, just for me to see them and get familiar, but I still don't understand how to associate them with an order.
Does it mean that one will be placing trades from of the PineScript tab instead of the Order Box?
Here I coded a system for an exit strategy compatible with any entry strategy.
You'd need to find a system to enter where most of the times that price goes in your favor with a solid move