ATAS
|
Represents an interface for objects that know fixed profiles and can request them. More...
Public Member Functions | |
void | GetFixedProfile (FixedProfileRequest request) |
Requests a fixed profile based on the specified FixedProfileRequest. | |
Task< FixedProfileResponse > | RequestFixedProfileAsync (FixedProfileRequest request) |
Asynchronously requests a fixed market profile parameterized with FixedProfileRequest. | |
Events | |
Action< IndicatorCandle, FixedProfilePeriods > | FixedProfileReceived |
[Obsolete] Event that is triggered when a fixed profile is received. | |
Action< IndicatorCandle, IndicatorCandle, FixedProfilePeriods > | FixedProfileBothCandlesReceived |
Event that is triggered when both the main and secondary indicator candles of a fixed profile are received. | |
Represents an interface for objects that know fixed profiles and can request them.
void ATAS.Indicators.IKnowFixedProfiles.GetFixedProfile | ( | FixedProfileRequest | request | ) |
Requests a fixed profile based on the specified FixedProfileRequest.
request | The request containing the fixed profile period. |
Task< FixedProfileResponse > ATAS.Indicators.IKnowFixedProfiles.RequestFixedProfileAsync | ( | FixedProfileRequest | request | ) |
Asynchronously requests a fixed market profile parameterized with FixedProfileRequest.
request | The request containing the fixed profile period. |
Action<IndicatorCandle, IndicatorCandle, FixedProfilePeriods> ATAS.Indicators.IKnowFixedProfiles.FixedProfileBothCandlesReceived |
Event that is triggered when both the main and secondary indicator candles of a fixed profile are received.
Action<IndicatorCandle, FixedProfilePeriods> ATAS.Indicators.IKnowFixedProfiles.FixedProfileReceived |
[Obsolete] Event that is triggered when a fixed profile is received.