Called once for each new bar.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public virtual void NewSymbolBar( Symbol symbol, BarData bar ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub NewSymbolBar ( _ symbol As Symbol, _ bar As BarData _ ) |
| Visual C++ |
|---|
public: virtual void NewSymbolBar( Symbol^ symbol, BarData^ bar ) |
Parameters
- symbol
- Type: RightEdge.Common..::.Symbol
Symbol being evaluated.
- bar
- Type: RightEdge.Common..::.BarData
BarData for this symbol.
Remarks
This function is called for as many symbols that are active
within the system. Perform actions that are bar and symbol
specific such as buy and sell evaluations.