Fills orders based on the close prices of a bar.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
void SimClose( NewBarEventArgs bars ) |
| Visual Basic (Declaration) |
|---|
Sub SimClose ( _ bars As NewBarEventArgs _ ) |
| Visual C++ |
|---|
void SimClose( NewBarEventArgs^ bars ) |
Parameters
- bars
- Type: RightEdge.Common..::.NewBarEventArgs
Current bar information.