Custom Indicators
Example of using custom indicators.
Custom indicators allow users to create indicators based on their own data or calculations.
-Custom Overlay draws a line on top of the price data.
-Custom Study draws a line below the price chart in an own segment.
-setData() and addData() methods assigns data to the custom indicators.
This example creates custom indicators by combining Welles Wilder's Smoothing with Z-Value, and Williams Accumulation/Distribution with Standard Deviation.
The example loads data from a csv-file.