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).
Size:
Color:
Size:
Color:
Thank you! And where to watch the methods and properties, if they are not in F11?
Size:
Color:
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.
Size:
Color:
Thank you very much!
Size:
Color: