Skip to content

Commit f564eec

Browse files
committed
Changed aroon to aroonIndicator to avoid conflicts.
1 parent a5221e9 commit f564eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Trader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public static function absolutePriceOscillator(array $real, int $fastPeriod = nu
179179
*
180180
* @return array Returns an array with calculated data or false on failure.
181181
*/
182-
public static function aroon(array $high, array $low, integer $timePeriod = null): array
182+
public static function aroonIndicator(array $high, array $low, int $timePeriod = null): array
183183
{
184184
return static::aroon($high, $low, $timePeriod);
185185
}

0 commit comments

Comments
 (0)