A Supertrend indicator for US stocks, a technical analysis tool that can assist investors in identifying market trends.
Plots
- Candlestick with Trading volume chart
Legend
- 🔴 LowerBand: Rising cycle
- 🟢 UpperBand: Down cyle
- ▲ Buy
- ▼ Sell / Leave
- High and low: These are the highest and lowest prices of the asset during a specified time frame. (Default is 7, I set 14)
- ATR: This measures market volatility. The ATR is calculated based on the highest and lowest prices, as well as the closing price of the asset over a specified time frame.
- Multiplier: This is a constant value that traders and investors employ to push the indicator to be more or less sensitive to price movements.(Default is 3, I set 2)
- 🖊️ Input:Stock symbols (1 or more)、Date (YYYYMMDD)
- 🏞️ Output:SuuuuperTrend plot
cd ~/ComfyUI/custom_nodes
git clone https://github.com/jerlinn/ComfyUI-SuperTrend.git
cd custom_nodes/ComfyUI-SuperTrend
pip install -r requirements.txt
Restart ComfyUI
Add Node:
Right Click ▸ Financial Analysis ▸ 📈 Super Trend
Copilot
ComfyUI Assistant @ZHO