float OMX_GETPARM1( char *ParmName ) ; Purpose:
This function gets an input value for an optimization pass.
Parameters:
ParmName
the name of an input to be optimized, entered on the optimization options screen in Optimax
Returns:
This function returns a value to be used as an input to the strategy.
Use:
Call this function on the first bar of the strategy to get the value to be used for an input.
Notes:
The name passed here should match the name of an input entered into the Optimization Settings window. If the name does not match any known input names, 0 is returned.