OPEN-SOURCE SCRIPT
已更新 Marcin Bitcoin

📊 Core Logic and Conditions
✅ Entry Condition (Long):
Buy signal occurs when all of the following are true:
🔼 Uptrend — The centerline of the Gaussian filter (filt) is going up.
💥 Breakout — The current price is above the upper band of the Gaussian channel (close > hband).
⚡ Momentum — The Stochastic RSI %K is greater than 80, meaning the price is in a strong overbought zone (indicating strong momentum).
📅 Within the Date Range — The current bar is within the selected backtest window.
➡️ If all are true, the strategy enters a long position.
❌ Exit Condition (Close Position):
Sell signal (close position) occurs when:
The price crosses below the upper band (crossunder(close, hband))
Within the selected time window
➡️ This acts as a trailing stop — the position is held as long as the price stays above the breakout band.
🧠 Why It Might Work
The strategy tries to catch strong upward breakouts with high momentum.
It avoids chop and sideways moves by requiring:
Trend confirmation (filter rising),
Momentum confirmation (Stoch > 80),
Breakout (price > upper band)
✅ Entry Condition (Long):
Buy signal occurs when all of the following are true:
🔼 Uptrend — The centerline of the Gaussian filter (filt) is going up.
💥 Breakout — The current price is above the upper band of the Gaussian channel (close > hband).
⚡ Momentum — The Stochastic RSI %K is greater than 80, meaning the price is in a strong overbought zone (indicating strong momentum).
📅 Within the Date Range — The current bar is within the selected backtest window.
➡️ If all are true, the strategy enters a long position.
❌ Exit Condition (Close Position):
Sell signal (close position) occurs when:
The price crosses below the upper band (crossunder(close, hband))
Within the selected time window
➡️ This acts as a trailing stop — the position is held as long as the price stays above the breakout band.
🧠 Why It Might Work
The strategy tries to catch strong upward breakouts with high momentum.
It avoids chop and sideways moves by requiring:
Trend confirmation (filter rising),
Momentum confirmation (Stoch > 80),
Breakout (price > upper band)
發行說明
vol 2發行說明
Making life easy.發行說明
Sorry guys, the previous one was for the private use. I did not know I cannot delete if I publish it to the public. It was the first try out!開源腳本
本著TradingView的真正精神,此腳本的創建者將其開源,以便交易者可以查看和驗證其功能。向作者致敬!雖然您可以免費使用它,但請記住,重新發佈程式碼必須遵守我們的網站規則。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
開源腳本
本著TradingView的真正精神,此腳本的創建者將其開源,以便交易者可以查看和驗證其功能。向作者致敬!雖然您可以免費使用它,但請記住,重新發佈程式碼必須遵守我們的網站規則。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。