Called 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 NewBar() |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub NewBar |
| Visual C++ |
|---|
public: virtual void NewBar() |
Implements
ISystem..::.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()