Called for each new bar
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
void NewBar() |
| Visual Basic (Declaration) |
|---|
Sub NewBar |
| Visual C++ |
|---|
void NewBar() |
Remarks
This function is called for each symbol active in the system. Override
this function to perform actions that are bar specific but not symbol
specific. For symbol specific actions such as buy and sell evaluations,
override NewSymbolBar()