Query: trader_sar
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRADER_SAR(3) 1 TRADER_SAR(3) trader_sar - Parabolic SARSYNOPSISarray trader_sar (array $high, array $low, [float $acceleration], [float $maximum])DESCRIPTIONPARAMETERSo $high - High price, array of real values. o $low - Low price, array of real values. o $acceleration - Acceleration Factor used up to the Maximum value. Valid range from 0 to TRADER_REAL_MAX. o $maximum - Acceleration Factor Maximum value. Valid range from 0 to TRADER_REAL_MAX.RETURN VALUESReturns an array with calculated data or false on failure. PHP Documentation Group TRADER_SAR(3)