TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
double ObjectGetValueByShift ( string  name,
int  shift 
)

Calculates and returns the price value for the specified bar (shift related to the current bar)

Parameters
nameObject name
shiftBar index
Returns
Price value for the specified bar (shift related to the current bar). The price value is calculated
by the first and second coordinates using a linear equation. Applied to trendlines and similar objects. To get
the detailed error information, one has to call the GetLastError() function.