Tick Frequency frequency plugin.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public sealed class TickFrequency : FrequencyPlugin |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public NotInheritable Class TickFrequency _ Inherits FrequencyPlugin |
| Visual C++ |
|---|
[SerializableAttribute] public ref class TickFrequency sealed : public FrequencyPlugin |
Remarks
The tick frequency is used to generate bars from ticks based on tick count.
The only parameter for this plugin is the number of ticks that must come in
to form a complete bar. This plugin allows RightEdge to create what is
commonly referred to as "tick bars".