Skip to content

Commit 098ca4b

Browse files
authored
Update README.md
1 parent dbfd205 commit 098ca4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

faq_and_code/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ study("", "", true, scale = scale.none)
174174
cond = close > open
175175
plot(cond ? 10e20 : na, style = plot.style_columns, color = color.silver, transp=85)
176176
```
177+
midtownsk8rguy also has a nice v4 function to plot a vertical line in his [vline() Function for Pine Script v4.0+](https://www.tradingview.com/script/EmTkvfCM-vline-Function-for-Pine-Script-v4-0/) indicator.
177178

178179
### How can I access normal bar OHLC values on a Heikin Ashi chart?
179180
You need to use the `security()` function. This script also allows you to view normal candles on the chart:

0 commit comments

Comments
 (0)