PROTECTED SOURCE SCRIPT
Telah dikemas kini GWA 15min Strategy (Relaxed)

Long Entry Conditions (Relaxed)
You enter a long position when all three of the following are true:
Stochastic Crossover Below 30
%K crosses above %D,
and %K is less than 30 (mildly oversold).
MACD Bullish Crossover (Relaxed)
MACD Line is just slightly greater than Signal Line:
macdLine > signalLine * 0.995
This allows for weaker bullish momentum entries.
Soft Trend Filter (Near EMA)
Price is above 98% of the 20-period EMA:
close > emaFilter * 0.98
Allows buying even slightly below the EMA, rather than strictly above.
📉 Long Exit Conditions
You exit the long position when both of the following are true:
Stochastic Overbought Reversal
%K is above 70 and crosses below %D.
MACD Bearish Crossover
MACD Line falls below the Signal Line.
🛠️ Notes
Relaxation Points:
Standard entries would require more strict crossovers (e.g., K < 20 for buy, or MACD > signalLine strictly).
You're allowing signals to trigger earlier and more often to catch quicker price action.
You enter a long position when all three of the following are true:
Stochastic Crossover Below 30
%K crosses above %D,
and %K is less than 30 (mildly oversold).
MACD Bullish Crossover (Relaxed)
MACD Line is just slightly greater than Signal Line:
macdLine > signalLine * 0.995
This allows for weaker bullish momentum entries.
Soft Trend Filter (Near EMA)
Price is above 98% of the 20-period EMA:
close > emaFilter * 0.98
Allows buying even slightly below the EMA, rather than strictly above.
📉 Long Exit Conditions
You exit the long position when both of the following are true:
Stochastic Overbought Reversal
%K is above 70 and crosses below %D.
MACD Bearish Crossover
MACD Line falls below the Signal Line.
🛠️ Notes
Relaxation Points:
Standard entries would require more strict crossovers (e.g., K < 20 for buy, or MACD > signalLine strictly).
You're allowing signals to trigger earlier and more often to catch quicker price action.
Nota Keluaran
This strategy does not include a SL/TP so those who use this strategy please use your alerts and be sure to check your charts often. Or use the other GWA strategy that include the option to SL/TPLong Entry Conditions (Relaxed)
You enter a long position when all three of the following are true:
Stochastic Crossover Below 30
%K crosses above %D,
and %K is less than 30 (mildly oversold).
MACD Bullish Crossover (Relaxed)
MACD Line is just slightly greater than Signal Line:
macdLine > signalLine * 0.995
This allows for weaker bullish momentum entries.
Soft Trend Filter (Near EMA)
Price is above 98% of the 20-period EMA:
close > emaFilter * 0.98
Allows buying even slightly below the EMA, rather than strictly above.
📉 Long Exit Conditions
You exit the long position when both of the following are true:
Stochastic Overbought Reversal
%K is above 70 and crosses below %D.
MACD Bearish Crossover
MACD Line falls below the Signal Line.
🛠️ Notes
Relaxation Points:
Standard entries would require more strict crossovers (e.g., K < 20 for buy, or MACD > signalLine strictly).
You're allowing signals to trigger earlier and more often to catch quicker price action.
Labeling:
Long entries and exits are visually marked on the chart using label.new().
Skrip dilindungi
Skrip ini diterbitkan sebagai sumber tertutup. Akan tetapi, anda boleh menggunakannya dengan percuma dan tanpa had – ketahui lebih lanjut di sini.
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 dilindungi
Skrip ini diterbitkan sebagai sumber tertutup. Akan tetapi, anda boleh menggunakannya dengan percuma dan tanpa had – ketahui lebih lanjut di sini.
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.