Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add S5 pivot to PivotPoints #815

Open
codebeaulieu opened this issue May 24, 2022 · 4 comments
Open

Add S5 pivot to PivotPoints #815

codebeaulieu opened this issue May 24, 2022 · 4 comments
Labels
enhancement New feature or request need info Additional information is needed

Comments

@codebeaulieu
Copy link

codebeaulieu commented May 24, 2022

Would it be possible to add an S5/R5 pivot like trading view has?

Screen Shot 2022-05-24 at 4 03 29 PM

@codebeaulieu codebeaulieu added the enhancement New feature or request label May 24, 2022
@DaveSkender
Copy link
Owner

Different variants of Pivot Points have different quantities of support and resistance lines. Are you referring to the standard floor trading model?

@burakoner
Copy link

I'm attaching my old PP calculation methods. I hope it will help you about formulas
PivotPoints.zip
.

@DaveSkender
Copy link
Owner

Thank you very much. As I said PP is only one reason to access those tools. I saw #815 issue. I'ii share my old PP formula codes on that issue. I hope they will help you.

I generally don’t use third party code as a source of truth. Do you have a written publication source from a recognized industry pro, like a book?

@DaveSkender
Copy link
Owner

DaveSkender commented May 29, 2022

According to wikipedia:

Commonly a third set is also calculated, again representing another higher resistance level (R3) and a yet lower support level (S3). The method of the second set is continued by doubling the range added and subtracted from the pivot point:

R3 = H + 2×(P − L) = R1 + (H − L)
S3 = L − 2×(H − P) = S1 − (H − L)

This concept is sometimes, albeit rarely, extended to a fourth set in which the tripled value of the trading range is used in the calculation.

I'm not exactly sure what that means yet but will need to get to a formula for these extra levels that is unopinionated and non-controversial.

@DaveSkender DaveSkender added the need info Additional information is needed label May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request need info Additional information is needed
Projects
Development

No branches or pull requests

3 participants