Gets the Frequency object for this symbol and a given bar length.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public Frequency GetFrequency( TimeSpan barLength ) |
| Visual Basic (Declaration) |
|---|
Public Function GetFrequency ( _ barLength As TimeSpan _ ) As Frequency |
| Visual C++ |
|---|
public: Frequency^ GetFrequency( TimeSpan barLength ) |
Parameters
- 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.