Critical Levels Mixing Price Action, Volatility and Volume
12688
Introduction This indicator has the purpose of setting levels, automatically, basing its creation on three aspects of the market: - price action - volume - volatility
Price Action Algorithm I divided the candle into 3 parts: - body => abs (close-open) - lower tail => red candle (close-low) green candle (open-low) - upper tail => red candle (high-open) green candle (high-close) - total => high-low
to give the signal the following conditions must be respected - the body must be smaller than a certain percentage ("MAX CORE SIZE%) and larger than a certain percentage (" MIN CORE SIZE%); - furthermore, the shorter tail cannot be higher than a certain percentage ("MAXIMUM LENGTH FOR SHORTE TAIL%");
Volume Algorithm The volume value must be greater than the volume EMA multiplied by a certain value ("Multiplier")
Volatility Algorithm the True Range of the candle must be greater than the "ATR percentage" of the ATR
Trigger If all these three conditions are met then and only then will the level be drawn that will include the prices of the longest tail of the candle (high/open or open/low or high/close or close/low).
How to use Like any level, the situation in which the price is reached does not imply a market reaction, for this reason, the use together with moving averages or oscillators from which to extrapolate the divergences can be a valid tool. Using this indicator alone you can enter the market by placing a pending order above the high or low of the candle touching the level. Example: a bearish candle touches a low level, we place a pending buy order above the high of the candle a bullish candle touches a level located high, we place a pending sell order below the low of the candle
نص برمجي مفتوح المصدر
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
For quick access on a chart, add this script to your favorites — learn more here.
لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
For quick access on a chart, add this script to your favorites — learn more here.
لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.