EOT indicator (Enhanced Oscillator Trigger)

EOT indicator (Enhanced Oscillator Trigger)

Introduction

In this article, we will explore a complex indicator designed to provide detailed signals based on various technical analysis techniques. This indicator, called the “EOT Indicator” (Enhanced Oscillator Trigger), combines high-frequency filters, smoothing algorithms, and linear regression lines to offer a comprehensive market view.

Description of the Indicator

EOT Oscillator 1

The first oscillator (EOT 1) uses a high-pass filter to eliminate high-frequency cyclic components, followed by a supersmoother filter to reduce market noise. A fast attack-slow decay algorithm is employed to identify peaks and normalize the data.

EOT Oscillator 2

The second oscillator (EOT 2) follows a similar process to the first but with parameters adjusted to detect different market frequencies. It uses a high-pass filter, a supersmoother filter, and a fast attack-slow decay algorithm to provide a second layer of analysis.

EOT Oscillator 3

The third oscillator (EOT 3) introduces additional variation in smoothing and filtering parameters, allowing for even more detailed detection of market trends and reversals. This oscillator uses similar logic to the first two but with specific adjustments to complement their results.

LSMAWT Smoothing Filter

The LSMAWT (Least Squares Moving Average Weighted Trend) smoothing filter combines multiple data sources and uses a linear regression moving average to smooth market signals. This filter helps to eliminate noise and highlight the most relevant trends.

Configuration and Parameters

The EOT Indicator allows for high customization through various parameters that can be adjusted according to user preferences. Below are the main parameters and their functionalities:

  • squared: Activates or deactivates the square line.
  • showfib: Shows or hides Fibonacci lines.
  • lpperiod, lpperiod2, lpperiod3: Smoothing periods for each oscillator.
  • k1, k2, k12, k22, k13, k33: Adjustment coefficients for each oscillator.
  • esize, esize2, esize3: Oscillator size.
  • ey, ey2, ey3: Y-axis adjustment for each oscillator.
  • trigno: Trigger length for signals.
  • n1, n2, n3, n4, n5: Time and regression parameters for the LSMAWT filter.
  • smalen, lsmaline: Smoothing configuration for the LSMA lines.

Practical Applications

The EOT Indicator can be used in various trading situations to identify possible entry and exit points. By combining multiple oscillators and filters, this indicator offers a detailed market view, helping traders make informed decisions. Here are some practical applications:

Trend Reversal Detection:

  • EOT 1, EOT 2, and EOT 3 allow identifying potential trend reversal points. When the normalized oscillator value crosses certain predefined levels, it may indicate an imminent trend reversal.

Entry and Exit Confirmation:

  • Fibonacci lines and entry/exit signals help confirm optimal points to open or close positions. This is especially useful in smaller time frames, such as 1-hour charts.

Market Cycle Analysis:

  • Using different smoothing and filtering parameters, the indicator can analyze market cycles of various durations, providing a deeper understanding of market dynamics.

Market Noise Filter:

  • The LSMAWT smoothing filter eliminates market noise, allowing traders to focus on the most significant trends and make decisions based on clearer data.

Conclusion

The EOT Indicator is a powerful and versatile tool for advanced technical analysis. Its ability to combine multiple oscillators and smoothing filters makes it ideal for detecting trend reversals, confirming entries and exits, and analyzing market cycles. By adjusting the parameters, traders can customize the indicator to suit their specific needs and improve their trading strategy. With its comprehensive and detailed approach, the EOT Indicator is a valuable addition for any trader looking to enhance their market decisions.

Code

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

avatar
Register or

Likes

avatar avatar avatar avatar
Related users ' posts
Alai-n Congratulations on this work !
kats BONJOUR je lai mis sur du renko , il est complexe car toujours a l'envers??? Peut être ne ...
RTR Great tool again and great job, thank you! So from what I see everytime Z-Score is over 0 m...
yas hi ivan I have logged this last week if when you get a chance if this can be converted ple...
Gaspare Ciao Ivan si puo' inserire una strategia su questo indicatore per ottimizzare le variabil...
Fgats quelques explications en Français ici : Some explanations in French here : https://www.p...
Nicolas Merci pour cette contribution, j'apprécie ! :)
Fgats Merci Nicolas pour ces encouragements et merci aussi pour le commentaire en Anglais accompa...
Nicolas
2 years ago
ipbvba Quelqu'un a t il pu créer un screener pour cet indicateur, cela serait très utile. Merci bea...
Nicolas Je pense que le code ci-dessous doit fonctionner pour un screener: //PRC_Wick Pressure | i...
Nicolas la dernière ligne doit être: screener[signal>0 or signal<0](signal)
atlante hi nicolas this indicator have 2 wrong borderline and islalastbarupdate. thank you can you h...
Nicolas That'"s because you are not using PRT v11? Just remove lines 59 to 62
robertogozzi An updated version can be found here https://www.prorealcode.com/topic/conversion-of-pine-sc...
jissey Bonjour Robertogozzi, cet indicateur est interessant mais serait-il possible de marquer la ...
robertogozzi Sure, but you should start a new topic on the Probuilder support forum. Thank you :)
robertogozzi I don't actually know what they are calculating. As soon as I know, I will post further info.
robertogozzi It's because they calculate future bars, that's why it's not possible to use that indicator ...
Finning Hi JuanJ, just a question about the tollerance*pointsize. I know what it is/what it does (in...
JOKAMAURICE Hi I am looking to number bars in a chart to ease analysis. Any idea if a program has been d...
goldenfish67 Hi guys just copied the code but I keep getting an error message: "Line 15 one of the fo...
poldoposta si potrebbe trovare una soluzione per sovrapporlo al prezzo?
robertogozzi Basta che tu clicchi sull'etichetta (tag) PREZZO del grafico (appena sotto l'angolo in alto ...
idunnomuch IS this working in the latest version of prorealtime? I get the indicator, but not over my c...
bernardmorel egalement apparait en dessous du graphique mais vide
bernardmorel Bonjour est t il possible de remettre en ligne the strat car il y a une indication qui d...
FernetTrader think i found a solution!
monochrome Thanks for the indicator. Very interesting!
monochrome Can you please share how you made it work? I cant seem to make it work in a strategy
jimkn0pf Christopher, wie saehe denn die Formel ohne Kontrollkerze (3. Kerze) aus?
Balmora74 thanks for this code Philippo ! So if i understand well a Positive (+) EntryOK x ROC means a...
Dritan Hi Philippo,thanks for sharing this code.Can You add please Volume more than 250.00?Thanks
jiddan78 how to convert to afl amibroker ?
Nicolas We do not supply free coding assistance for AFL Amibroker on the website. You can ask for pa...
Ngomsi @ Vonasi, how to use timeframe , 13 minutes ,21 minutes, 34 minutes,et 55 minutes with this...
Nicolas change the lastline with: RETURN lastsig and check if lastsig change its value with the a...
nectouxg Hello Nicolas, I will try tonight when I get home, just one last question, I trade the DA...
FXtonio Bonjour, j'ai un problème avec le code, il me dit que ce n'est pas correct ligne 26-27-28: ...
Pablo Carmona del Moral hola juanjo, muchas gracias por este screener que nos has compartido. creo que lo voy a util...
Pablo Carmona del Moral para el volumen he cambiado: // Volumen significativo VS=volume>2*(average[10](volume[1...
Juanjo Muchas Gracias Pablo, ...Tengo varios screener, uno lo tengo adaptado para operar intradía, ...
Bhanu Pratap Dear Sir, Can I get MQL4 File for this indicator and last man standing . pls looking forward...
ISTJ_T Hi Nicolas Thanks a lot for the indicator. Trading off the TradingView and have issues wit...
Nicolas Just use ProRealTime and its powerful screener for stocks.

Top