Summary -- property (ITradePlan)
Returns the Summary results of the TradePlan.
Syntax
SummaryObject = TradePlanObject.Summary
The Summary property syntax has these parts:
| SummaryObject |
Object variable of type ISummary. |
| TradePlanObject |
Object variable of type ITradePlan. |
The Summary property returns the summary of the Trade Plan run. This property can be called on every bar to show how performance changes from bar to bar.
You can also call Summary propety of the ISession (this will return combined summary of all the Session's market), or of the IMarket (this will return summary of individual Market).
See the Summary property of the ISession object for code sample.
See PercentSummary property
You can access OpenPosPL in the ISummary object and subtract it from the current equity. |