You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,19 @@ This project is just an interface to that extension, and does not work without i
12
12
13
13
Variable types are set on all function parameters.
14
14
15
-
## Note About Misdocumented Functions
15
+
## Note About Mis-documented Functions
16
16
17
17
The php.net documentation for trader_ht_phasor and trader_ht_sine are incorrect. This was discovered through unit testing of this interface. Both functions require a second parameter, a by reference array that extra data will be written into.
18
18
19
19
This interface has the correct version of those functions.
20
20
21
+
### Bug in Trader 0.4.0
22
+
23
+
The PECL Trader package version 0.4.0 has a bug regarding the two functions above. Though the output parameters are required for the function to execute, they are not used. The returned array is a 2-Dimensional array with the return value and the output parameter combined.
24
+
21
25
## How to use
22
26
23
-
Lets assume that you want to generate an Aroon indicator.
27
+
Lets assume that you want to generate a correlation indicator.
0 commit comments