Add parameter documentation for candle color indicator

This commit is contained in:
moshferatu 2024-09-08 06:37:46 -07:00
parent 7e6e292c68
commit e81c9da4fb

View File

@ -6,4 +6,12 @@ There is just a single configurable color for wicks.
This indicator makes it possible to assign separate colors to the wicks of up and down candles.
## Parameters
**Up Candle**: The color to assign to the wicks of candles where price closes higher. (Default: Lime Green)
**Down Candle**: The color to assign to the wicks of candles where price closes lower. (Default: Red)
For doji candles (where the candle closes exactly where it opened), the color of the wick will match the previous candle.
---