OPEN-SOURCE SCRIPT
Actualizado ATR Multiples Plotted

Inspired by @jeffsuntrading and @Fred6724's ATR% multiple from 50-MA.
There are no catch-all values, however a high of 6 and a low of -4 generally has been valuable to me. I tend to look at the historical highs and lows of the indicator, and adjust the Value High and Value Low accordingly to get an idea when profit-taking may be sensible.
The essence is the difference between price and the selected moving average, measured in ATRs.
There are no catch-all values, however a high of 6 and a low of -4 generally has been valuable to me. I tend to look at the historical highs and lows of the indicator, and adjust the Value High and Value Low accordingly to get an idea when profit-taking may be sensible.
The essence is the difference between price and the selected moving average, measured in ATRs.
Notas de prensa
Added custom ATR LengthNotas de prensa
Added optional 0-lineNotas de prensa
Tidied and clarified some of the code.--Currently working on an 'Adaptive Mode', which will calculate and plot the upper and lower values based on the selected average's historical turning points
Notas de prensa
Added quick reference table to show the dollar value of your chosen Value High and it's upside percentage. Comes in handy when scanning or evaluating Pre/Post-Market moves. See ATRx6 value and AMZN pre-market value of ~$170 on 02/02/2024 for example.
Notas de prensa
ChartNotas de prensa
Added option to allow percentage based calculations, which is how Jeff Sun's indicator is calculated. Some changes and clarification to the table, see the tooltips for guidance.
Notas de prensa
Chart updateNotas de prensa
Fixed typos in tableNotas de prensa
Updated to Pine v6Notas de prensa
Added Dynamic Mode, which you can enable from the indicator settings. It calculates the upper and lower thresholds based on the lookback value.By default, the lookback is set to 504 bars (roughly 2 years on a daily chart), and it uses the 95th and 5th percentiles. You can change both in the settings. If there’s not enough data to calculate them (like with recent IPOs), it’ll fall back to static values until the full lookback becomes available.
I haven’t nailed down the ideal lookback and percentile settings yet, so the defaults might not be super useful straight away.
Nothing has changed for the static mode. For price-based signals, I find 6 and -4 thresholds work best most of the time. For percentage-based, 9 and -3 seem reliable.
Notas de prensa
Minor change to info in tableNotas de prensa
Updated chartScript de código abierto
Siguiendo fielmente el espíritu de TradingView, el creador de este script lo ha publicado en código abierto, permitiendo que otros traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la publicación de este código está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.
Script de código abierto
Siguiendo fielmente el espíritu de TradingView, el creador de este script lo ha publicado en código abierto, permitiendo que otros traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la publicación de este código está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.