OPEN-SOURCE SCRIPT
已更新 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
發行說明
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
發行說明
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
開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。
開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。