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 Psychological Line (PSL) Support #169

Closed
jealous opened this issue Jul 8, 2023 · 0 comments
Closed

Add Psychological Line (PSL) Support #169

jealous opened this issue Jul 8, 2023 · 0 comments
Assignees

Comments

@jealous
Copy link
Owner

jealous commented Jul 8, 2023

The Psychological Line indicator is the ratio of the number of
rising periods over the total number of periods.

https://library.tradingtechnologies.com/trade/chrt-ti-psychological-line.html

Formular:

  • PSL = (Number of Rising Periods) / (Total Number of Periods) * 100

Example:

  • df['psl'] retrieves the PSL with default window 12.
  • df['psl_10'] retrieves the PSL with window 10.
  • df['high_12_psl'] retrieves the PSL of high price with window 10.
@jealous jealous self-assigned this Jul 8, 2023
jealous added a commit that referenced this issue Jul 8, 2023
The Psychological Line indicator is the ratio of the number of
rising periods over the total number of periods.

https://library.tradingtechnologies.com/trade/chrt-ti-psychological-line.html

Formular:
* PSL = (Number of Rising Periods) / (Total Number of Periods) * 100

Example:
* `df['psl']` retrieves the PSL with default window 12.
* `df['psl_10']` retrieves the PSL with window 10.
* `df['high_12_psl']` retrieves the PSL of high price with window 10.
jealous added a commit that referenced this issue Jul 8, 2023
The Psychological Line indicator is the ratio of the number of
rising periods over the total number of periods.

https://library.tradingtechnologies.com/trade/chrt-ti-psychological-line.html

Formular:
* PSL = (Number of Rising Periods) / (Total Number of Periods) * 100

Example:
* `df['psl']` retrieves the PSL with default window 12.
* `df['psl_10']` retrieves the PSL with window 10.
* `df['high_12_psl']` retrieves the PSL of high price with window 10.
@jealous jealous closed this as completed Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant