External Symbol Plotter

Modified on 2019/10/17 16:01 by Eugene — Categorized as: Community Indicators

Syntax

public ExternalSymbol(Bars source, string dataSet, string extSym, DataSeries ds, string description)
public static ExternalSymbol Series(Bars source, string dataSet, string extSym, DataSeries ds )

Parameter Description

source The primary symbol's Bars object
dataSetThe source DataSet where Wealth-Lab will look up the external symbol's Bars
extSymThe external symbol's name
dsExternal symbol's DataSeries to plot

Description

The ExternalSymbol (plotter) adds ability to plot an external symbol's OHLC data as a drag and drop indicator. This indicator is not designed for use in scripts, because this has been a standard WealthScript feature for years. Its sole purpose is to help quickly visualize an external symbol's core DataSeries: Open, High, Low or Close.