OPEN-SOURCE SCRIPT

Exhaustion Signal

Aktualisiert
Exhaustion Signal

The Exhaustion Signal involves monitoring a sequence of consecutive bars within a price chart. This analytical approach aims to identify instances where the price exhibits pronounced movement, potentially indicating an upcoming shift in the current trend. The methodology works by assigning values to bars based on their relationship with the closing price of a bar from four periods ago. If a subsequent bar's closing price surpasses the close of the bar from four periods ago, the count advances. However, if the closing price falls below the close of the bar from four periods ago, the count is reset. This counting process continues until a predetermined count value is reached. The appearance of this count value within the exhaustion signal framework signifies a market that has extended beyond typical levels, suggesting the possibility of a temporary pause or even a reversal in the existing trend.

It's important to note that, as per the principles of this approach, the exhaustion signal by itself is not designed to function as a standalone trading indicator. The broader market context and the application of additional analysis techniques influence its significance and potential trading implications.
Versionshinweise
Minor backend code change - no impact on user.
Versionshinweise
Modified to allow users to change the number of candles counted (default is nine).
Versionshinweise
Added a second exhaustion signal with a default value of 12.
Versionshinweise
Updated the alert mechanism
Versionshinweise
Minor clean-up of script.
Versionshinweise
Minor clean-up and updated chart image
Versionshinweise
Improved the calculation so both exhaustion signal counts only reset after a successful 12 count (or failure beforehand), rather than having the 9 reset on a successful 9 count.
Versionshinweise
Additional improvements to the calculation function.
Candles after the first exhaustion signal (9 count) must now close above (or below) the candle 3 prior, rather than 4 prior. This ensures the second exhaustion signal candle closed above (or below) the first exhaustion signal.
Versionshinweise
  • The script has been upgraded to Pine Script v6
  • A 3rd level signal has been added with a count value of 14. Starting at count 13 (after the 2nd signal), the candles must close above (or below) the candle two periods prior to progress.
  • Users can now toggle individual signal levels on or off


Explore the free scanner and backtester tools available at chartingcycles.xyz
Versionshinweise
Level 3 signals were triggering on incorrect candles. The logic for the calculation section has been overhauled and fixed.
Versionshinweise
Bug fix on the new calculation - cycles were resetting to 0 instead of 1
Versionshinweise
Another bug fix in the calculation logic.
Versionshinweise
Found another issue with how the cycle was being calculated and reset after implementation of the level 3 signal. It should be resolved now.
Versionshinweise
Minor formatting changes
Versionshinweise
Minor formatting updates
Versionshinweise
Minor formatting updates
Candlestick analysisexhaustionsignalTrend Analysis

Open-source Skript

Ganz im Sinne von TradingView hat dieser Autor sein/ihr Script als Open-Source veröffentlicht. Auf diese Weise können nun das Script auch andere Trader verstehen und prüfen. Vielen Dank an den Autor! Sie können das Script kostenlos verwenden. Die Nutzung dieses Codes in einer Veröffentlichung wird in unseren Hausregeln reguliert. Sie können es als Favoriten auswählen, um es in einem Chart zu verwenden.

Möchten Sie dieses Skript auf einem Chart verwenden?


Auch am:

Haftungsausschluss