2575 просмотров
This script plots the current daily, weekly and monthly opens (all enabled by default).
Here are some additional info about the drawing behavior:
Here are some additional info about the drawing behavior:
- Daily open is shown only on intraday timeframes
- Weekly open is shown only on timeframes < weekly
- Monthly open is shown only on timeframes < monthly
Информация о релизе:
Add an option to show tails on opens (disabled by default). Tails can help to better visualize how price previously traded at these levels.
In addition, for low timeframes, it provides a work around for PineScript not drawing a line if the open isn't yet visible on the screen.
In addition, for low timeframes, it provides a work around for PineScript not drawing a line if the open isn't yet visible on the screen.
Информация о релизе:
Allow changing colors
Информация о релизе:
Minor fix on updating issue.
Комментарии
Also good to note that x1/x2 are set on an already visible bars (eg: last bar).
Any chance of adding yearly open?