OPEN-SOURCE SCRIPT
Aggiornato 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)
Note di rilascio
vol 2Note di rilascio
Making life easy.Note di rilascio
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!Script open-source
In pieno spirito TradingView, il creatore di questo script lo ha reso open-source, in modo che i trader possano esaminarlo e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricorda che la ripubblicazione del codice è soggetta al nostro Regolamento.
Declinazione di responsabilità
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.
Script open-source
In pieno spirito TradingView, il creatore di questo script lo ha reso open-source, in modo che i trader possano esaminarlo e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricorda che la ripubblicazione del codice è soggetta al nostro Regolamento.
Declinazione di responsabilità
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.