Classes | |
| class | ATAS.Indicators.PriceVolumeInfo |
| Represents information on volumes at a specific price. More... | |
| class | ATAS.Indicators.ValueArea |
| Represents information on Value area high/low. More... | |
| interface | ATAS.Indicators.ISupportedPriceInfo |
| Represents an interface for supporting price information. More... | |
| interface | ATAS.Indicators.IIntCandle |
| Represents an interface for an integer-based candle. More... | |
| class | ATAS.Indicators.FixedProfileRequest |
| Represents a request for a fixed profile with a specific period. More... | |
| interface | ATAS.Indicators.IKnowFixedProfiles |
| Represents an interface for objects that know fixed profiles and can request them. More... | |
Namespaces | |
| namespace | ATAS |
| namespace | ATAS.Indicators |
Enumerations | |
| enum | ATAS.Indicators.FixedProfilePeriods { ATAS.Indicators.CurrentDay = 0 , ATAS.Indicators.LastDay = 1 , ATAS.Indicators.CurrentWeek = 2 , ATAS.Indicators.LastWeek = 3 , ATAS.Indicators.CurrentMonth = 4 , ATAS.Indicators.LastMonth = 5 , ATAS.Indicators.Contract = 6 } |
| Enumeration representing fixed profile periods. More... | |
Functions | |
| record struct | ATAS.Indicators.FixedProfileResponse (IndicatorCandle Scaled, IndicatorCandle Original) |