Gets the Frequency object for a given symbol and bar length.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public Frequency GetFrequency( Symbol symbol, TimeSpan barLength ) |
| Visual Basic (Declaration) |
|---|
Public Function GetFrequency ( _ symbol As Symbol, _ barLength As TimeSpan _ ) As Frequency |
| Visual C++ |
|---|
public: Frequency^ GetFrequency( Symbol^ symbol, TimeSpan barLength ) |
Parameters
- symbol
- Type: RightEdge.Common..::.Symbol
The Symbol.
- barLength
- Type: System..::.TimeSpan
TimeSpan representing the desired bar length.
Return Value
Frequency object.
Remarks
This overload takes a BarLength parameter. The time-based frequency plugin (TimeFrequency will be used.