trader_sarext Parabolic SAR - Extended &reftitle.description; arraytrader_sarext arrayhigh arraylow floatstartValue floatoffsetOnReverse floataccelerationInitLong floataccelerationLong floataccelerationMaxLong floataccelerationInitShort floataccelerationShort floataccelerationMaxShort &reftitle.parameters; high &trader.arg.array.of.real.high; low &trader.arg.array.of.real.low; startValue Start value and direction. 0 for Auto, >0 for Long, <0 for Short. Valid range from TRADER_REAL_MIN to TRADER_REAL_MAX. offsetOnReverse Percent offset added/removed to initial stop on short/long reversal. Valid range from 0 to TRADER_REAL_MAX. accelerationInitLong Acceleration Factor initial value for the Long direction. Valid range from 0 to TRADER_REAL_MAX. accelerationLong Acceleration Factor for the Long direction. Valid range from 0 to TRADER_REAL_MAX. accelerationMaxLong Acceleration Factor maximum value for the Long direction. Valid range from 0 to TRADER_REAL_MAX. accelerationInitShort Acceleration Factor initial value for the Short direction. Valid range from 0 to TRADER_REAL_MAX. accelerationShort Acceleration Factor for the Short direction. Valid range from 0 to TRADER_REAL_MAX. accelerationMaxShort Acceleration Factor maximum value for the Short direction. Valid range from 0 to TRADER_REAL_MAX. &reftitle.returnvalues; Returns an array with calculated data or false on failure.