TickVolumeLinesEng
- Indicadores
- Sergei Turov
- Versión: 1.0
# TickVolumeLines — visualize tick volumes as horizontal trend lines
## 📝 Overview
**TickVolumeLines** displays tick volumes as horizontal trend lines on the chart.
- **Green line** appears at the **Low** of a bullish candle.
- **Red line** appears at the **High** of a bearish candle.
The thickness of each line corresponds to the tick volume on that bar.
This helps identify high-volume bars visually and locate potential market interest zones.
## 🔧 Features
- Tick volume visualization directly on the chart.
- Minimum volume filter.
- Adjustable line thickness and duration.
- Automatic cleanup of outdated lines.
- Lightweight and easy to use.
## 💡 How to use
1. Attach the indicator to your chart.
2. Adjust the input settings as needed.
3. Use the volume levels to analyze market activity.
## ⚙️ Input parameters
- `LookbackDays` — number of days back to draw lines.
- `MaxLineWidth` — maximum width of the volume line.
- `TimeFactor` — duration multiplier for each line (in seconds).
- `MinTickVolume` — minimum tick volume required to display a line.
---