OPEN-SOURCE SCRIPT
Aggiornato gobucs1314 indicator

Here's the order execution logic from gobucs the 🐐! Gobucs1314 is an elliot wave trader and top analyst in the webull community.
Basic logic
• The indicator is for order execution / confirmation, not for regime detection or beta work (user must handle that separately).
• It watches EMA 9, EMA 21, and VWAP.
• A LONG signal prints only when, on the same bar:
1. Price is above VWAP,
2. Price is above the 9 EMA,
3. The 9 EMA crosses above the 21 EMA.
• A SHORT signal prints only when, on the same bar:
1. Price is below VWAP,
2. Price is below the 9 EMA,
3. The 9 EMA crosses below the 21 EMA.
All three must be true; otherwise no signal
Basic logic
• The indicator is for order execution / confirmation, not for regime detection or beta work (user must handle that separately).
• It watches EMA 9, EMA 21, and VWAP.
• A LONG signal prints only when, on the same bar:
1. Price is above VWAP,
2. Price is above the 9 EMA,
3. The 9 EMA crosses above the 21 EMA.
• A SHORT signal prints only when, on the same bar:
1. Price is below VWAP,
2. Price is below the 9 EMA,
3. The 9 EMA crosses below the 21 EMA.
All three must be true; otherwise no signal
Note di rilascio
Here's the order execution logic from gobucs the 🐐! Gobucs1314 is an elliot wave trader and top analyst in the webull community.Basic logic
• The indicator is for order execution / confirmation, not for regime detection or beta work (user must handle that separately).
• It watches EMA 9, EMA 21, and VWAP.
• A LONG signal prints only when, on the same bar:
1. Price is above VWAP,
2. Price is above the 9 EMA,
3. The 9 EMA crosses above the 21 EMA.
• A SHORT signal prints only when, on the same bar:
1. Price is below VWAP,
2. Price is below the 9 EMA,
3. The 9 EMA crosses below the 21 EMA.
All three must be true; otherwise no signal
exit logic also included as a toggleable setting, note this can be a bit noisy
Note di rilascio
Here's the order execution logic from gobucs the 🐐! Gobucs1314 is an elliot wave trader and top analyst in the webull community.Basic logic
• The indicator is for order execution / confirmation, not for regime detection or beta work (user must handle that separately).
• It watches EMA 9, EMA 21, and VWAP.
• A LONG signal prints only when, on the same bar:
1. Price is above VWAP,
2. Price is above the 9 EMA,
3. The 9 EMA crosses above the 21 EMA.
• A SHORT signal prints only when, on the same bar:
1. Price is below VWAP,
2. Price is below the 9 EMA,
3. The 9 EMA crosses below the 21 EMA.
All three must be true; otherwise no signal
exit logic also included as a toggleable setting, note this can be a bit noisy
Script open-source
Nello spirito di TradingView, l'autore di questo script lo ha reso open source, in modo che i trader possano esaminarne e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricordiamo che la ripubblicazione del codice è soggetta al nostro Regolamento.
Declinazione di responsabilità
Le informazioni e le pubblicazioni non sono intese come, e non costituiscono, consulenza o raccomandazioni finanziarie, di investimento, di trading o di altro tipo fornite o approvate da TradingView. Per ulteriori informazioni, consultare i Termini di utilizzo.
Script open-source
Nello spirito di TradingView, l'autore di questo script lo ha reso open source, in modo che i trader possano esaminarne e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricordiamo che la ripubblicazione del codice è soggetta al nostro Regolamento.
Declinazione di responsabilità
Le informazioni e le pubblicazioni non sono intese come, e non costituiscono, consulenza o raccomandazioni finanziarie, di investimento, di trading o di altro tipo fornite o approvate da TradingView. Per ulteriori informazioni, consultare i Termini di utilizzo.