Lowest.Value
Author: Yury
Creation Date: 3/27/2012 4:29 AM
profile picture

Yury

#1
In WealthScriptProgramming Guide in OHLC/V section in the example is such a string:
double low = Lowest.Value(Bars.Count - 1,Low, Bars.Count);
This is what? Method Lowest of class Value? (I only learn language C#.)
Where can I look for a description of this Lowest method (if it is a method) and other methods?
Where can I find descriptions of all other methods that appear in the Wealth-Lab Developer program?
Because not all methods and properties can be found in the QuickRef (F11).
profile picture

Eugene

#2
DataSeries Lowest, a part of the Standard Indicators library (built in WLD/P).

DataSeries ~= indicator

List of all Standard indicators
profile picture

Yury

#3
Thank you! And where to watch the methods and properties, if they are not in F11?
profile picture

Eugene

#4
For Standard Indicators and the WealthScript namespace members, you can use the built-in IntelliSense. However, there are only 2 methods of interest in a "formal" Indicator like Lowest: .Value and .Series. Both are described in the WealthScript Programming Guide.
profile picture

Yury

#5
Thank you very much!
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).