OPEN-SOURCE SCRIPT
1 - UT Bot Strategy

UT Bot Indicator
Original indicator from user Yo_adriiiiaan
This is a custom strategy version of the original indicator to be able to backtest settings.
To add to your charts:
It uses the ATR to set dynamic trailing stops, which adjust based on market conditions. Here's how it works:
ATR-Based Trailing Stops: The indicator calculates the ATR over a specified period to gauge market volatility. This helps in setting trailing stops that are neither too tight nor too loose.
Key Parameters:
Key Value: Controls the sensitivity of the trailing stop. A higher value means the stop is less sensitive to price movements.
ATR Period: The lookback period for calculating the ATR.
Signal Generation: When the closing price crosses above the trailing stop, a buy signal is generated. Conversely, a cross below triggers a sell signal.
Customize Settings: Adjust the key value and ATR period to suit your trading style and the asset's volatility.
Backtest Yourself: Use TradingView's built-in backtesting feature to see how the strategy performs with your settings.
Original indicator from user Yo_adriiiiaan
This is a custom strategy version of the original indicator to be able to backtest settings.
To add to your charts:
- Copy the script below
- Open Pine Editor on your chart
- Create a new blank strategy
- Paste the code and save
It uses the ATR to set dynamic trailing stops, which adjust based on market conditions. Here's how it works:
ATR-Based Trailing Stops: The indicator calculates the ATR over a specified period to gauge market volatility. This helps in setting trailing stops that are neither too tight nor too loose.
Key Parameters:
Key Value: Controls the sensitivity of the trailing stop. A higher value means the stop is less sensitive to price movements.
ATR Period: The lookback period for calculating the ATR.
Signal Generation: When the closing price crosses above the trailing stop, a buy signal is generated. Conversely, a cross below triggers a sell signal.
Customize Settings: Adjust the key value and ATR period to suit your trading style and the asset's volatility.
Backtest Yourself: Use TradingView's built-in backtesting feature to see how the strategy performs with your settings.
開源腳本
本著TradingView的真正精神,此腳本的創建者將其開源,以便交易者可以查看和驗證其功能。向作者致敬!雖然您可以免費使用它,但請記住,重新發佈程式碼必須遵守我們的網站規則。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
開源腳本
本著TradingView的真正精神,此腳本的創建者將其開源,以便交易者可以查看和驗證其功能。向作者致敬!雖然您可以免費使用它,但請記住,重新發佈程式碼必須遵守我們的網站規則。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。