ATAS.Indicators
ATAS.Indicators.PriceSelectionDataSeries Class Reference

Price selection dataseries. Each element:List of price selections(List{PriceSelectionValue}) More...

Inheritance diagram for ATAS.Indicators.PriceSelectionDataSeries:

Public Member Functions

 PriceSelectionDataSeries (string name)
 Constructor More...
 
override void Clear ()
 

Properties

bool Visible [get, set]
 Visibility More...
 
override int Count [get]
 Elements count in dataseries More...
 
override List< PriceSelectionValuethis[int index] [get, set]
 Get or set list of PriceSelectionValue for specifyed bar More...
 

Detailed Description

Price selection dataseries. Each element:List of price selections(List{PriceSelectionValue})

Constructor & Destructor Documentation

◆ PriceSelectionDataSeries()

ATAS.Indicators.PriceSelectionDataSeries.PriceSelectionDataSeries ( string  name)
inline

Constructor

Parameters
nameDataseries name

Property Documentation

◆ Count

override int ATAS.Indicators.PriceSelectionDataSeries.Count
get

Elements count in dataseries

◆ this[int index]

override List<PriceSelectionValue> ATAS.Indicators.PriceSelectionDataSeries.this[int index]
getset

Get or set list of PriceSelectionValue for specifyed bar

Parameters
indexBar number
Returns
List PriceSelectionValue for specifyed bar

◆ Visible

bool ATAS.Indicators.PriceSelectionDataSeries.Visible
getset

Visibility