PROTECTED SOURCE SCRIPT
Aggiornato

GWA 15min Strategy (Relaxed)

19
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.
Note di rilascio
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/TP

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.
Labeling:
Long entries and exits are visually marked on the chart using label.new().

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.