MaxContractProfit Checked

From MultiCharts
Jump to navigation Jump to search

Returns a numerical value, indicating the largest gain reached per each contract or share of a current multi-share or multi-contract position.

Usage

MaxContractProfit_Checked

Notes

  1. This function can only be used in signals.
  2. If PosBack value is greater that the real number of previously opened positions, MaxContractProfit_Checked will generate an error.

Example

Assign a value, indicating the largest gain reached per contract or share, to Value1 variable:

Value1=MaxContractProfit_Checked;