TulipCharts / tulipindicators

Technical Analysis Indicator Function Library in C
https://tulipindicators.org/
GNU Lesser General Public License v3.0
818 stars 154 forks source link

Docs Duplicate Indicator to %R: Quality Factor (%Q) #118

Closed kpa28-git closed 1 year ago

kpa28-git commented 1 year ago

First off thanks for this great library.

This is something I noticed when looking for the Quality Factor (%Q) indicator (Ref, page 5) and looking at the docs on Williams %R.

%Q is %R without the -100 multiplier. Maybe something to add to the docs. I would have submitted a PR but didn't know how for this.

codeplea commented 1 year ago

Which indicator are you even talking about?

kpa28-git commented 1 year ago

I was talking about the Quality Factor indicator. Here is the reference again: https://deepai.org/publication/financial-time-series-data-processing-for-machine-learning

Williams %R = -100 * Quality Factor (%Q)

I think it's something to add to the docs because other duplicates / affine transforms of indicators are documented for other indicators.

Edit: My mistake I meant Williams %R, not Wilders %R. Sorry for any confusion.

codeplea commented 1 year ago

I don't know what you're talking about. What does this have to do with Tulip Indicators? What docs are you saying I should update? Where are you saying other duplicates are documented?

kpa28-git commented 1 year ago

I was talking about this documentation: https://tulipindicators.org/willr It doesn't matter anyways; I was mistaken about something.