int OMX_SENDVAR1( char *VarName, Double VarValue ) ; Purpose:
This function stores the passed values for Optimax to later display as part of the detail equity report.
Parameters:
VarName
a name to display in the detail report
VarValue
a value to display beside the name in the detail report
Returns:
This function always returns 0.
Use:
Call this function during an optimization on the last bar of the chart. This stores a report variable for the detail equity report. You can call it multiple times and store multiple variables. The values are stored on the "R" record in the G######I######.csv file.
Notes:
None.