We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1ee7d commit f3222afCopy full SHA for f3222af
README.md
@@ -32,7 +32,7 @@ This library is intended to be a drop-in replacement for the Trader extension, i
32
33
Another option that this package provides is to use functions that have an easier to understand name.
34
35
-If you do not to use `adosc` because it is not descriptive enough, you can instead use `chaikinAccumulationDistributionOscillator` like this:
+If you do not want to use `adosc` because it is not descriptive enough, you can instead use `chaikinAccumulationDistributionOscillator` like this:
36
`TraderFriendly::chaikinAccumulationDistributionOscillator($high, $low, $close, $volume, $fastPeriod, $slowPeriod)`
37
38
## Note about default values
0 commit comments