GetValueBarPosition method

Retrieves the position of the value bar to be retrieved. The GetValueBarPosition method returns False if the value bar is not positioned. It returns True if the value bar is successfully positioned at the specified date and time.
Syntax
Trend
.
GetValueBarPosition
(
ByRef
ValueBarTime
,
ByRef
ValueBarTimeMS
)
As Boolean
where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.
ValueBarTime
- is a parameter of the type Date that specifies the time and date for the position of the value bar.
ValueBarTimeMS
- is a parameter of the type Long that specifies the millisecond offset from ValueBarTime .
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal