| 1 | <?php |
||
| 10 | class HilbertTransformSinewaveIndicator implements Indicator |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Invoke the indicator. |
||
| 14 | * |
||
| 15 | * @param Collection $ohlcv |
||
| 16 | * @param bool $trend |
||
| 17 | * |
||
| 18 | * @return int |
||
| 19 | * |
||
| 20 | * @throws Throwable |
||
| 21 | */ |
||
| 22 | public function __invoke(Collection $ohlcv, bool $trend = false): int |
||
| 57 | } |
||
| 58 |