CurrentDayOHL
Description
This function delivers the values for the open, high and low of the current day i.e. session.
CurrentDayOHL is intended for use with intraday data series.
See PriorDayOHLC, DayLines.
Parameter
inSeries Input data series for the indicator
Return value
double
When using this method with an index (e.g. CurrentDayOHL.CurrentOpen[int barsAgo] ), the value of the indicator will be issued for the referenced bar.
Usage
Visualization
Example
Last updated