This indicator, Large Candle Marker, identifies and marks candles that exceed a specified size threshold. The size can be based on either the candle's body (difference between open and close) or the total range (difference between high and low). The threshold is entered in cents for easy configuration, and the indicator highlights these significant candles directly on the chart with a orange flag. It's perfect for spotting momentum or volatility in price movements. I use it to not enter trades after a large candle.
// INSTRUCTIONS: // 1. Input the desired candle size threshold in cents in the settings menu. // - For example, enter "30" for 30 cents or "50" for 50 cents. // 2. Choose the size type: // - Select "True" to use the candle body size (difference between open and close). // - Select "False" to use the total range size (difference between high and low). // 3. The script will mark candles exceeding the threshold with a red marker above the candle. // 4. Apply this indicator to any chart to identify significant candles based on the threshold.
진정한 TradingView 정신에 따라, 이 스크립트의 저자는 트레이더들이 이해하고 검증할 수 있도록 오픈 소스로 공개했습니다. 저자에게 박수를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰에 의해 관리됩니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.