OPEN-SOURCE SCRIPT
Telah dikemas kini 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)
Nota Keluaran
vol 2Nota Keluaran
Making life easy.Nota Keluaran
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!Skrip sumber terbuka
Dalam semangat sebenar TradingView, pencipta skrip ini telah menjadikannya sumber terbuka supaya pedagang dapat menilai dan mengesahkan kefungsiannya. Terima kasih kepada penulis! Walaupun anda boleh menggunakannya secara percuma, ingat bahawa menerbitkan semula kod ini adalah tertakluk kepada Peraturan Dalaman kami.
Penafian
Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.
Skrip sumber terbuka
Dalam semangat sebenar TradingView, pencipta skrip ini telah menjadikannya sumber terbuka supaya pedagang dapat menilai dan mengesahkan kefungsiannya. Terima kasih kepada penulis! Walaupun anda boleh menggunakannya secara percuma, ingat bahawa menerbitkan semula kod ini adalah tertakluk kepada Peraturan Dalaman kami.
Penafian
Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.