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

Implement Intraday Range (IR) - absolute and relative #155

Open
femtotrader opened this issue Jul 13, 2024 · 0 comments · May be fixed by #156
Open

Implement Intraday Range (IR) - absolute and relative #155

femtotrader opened this issue Jul 13, 2024 · 0 comments · May be fixed by #156

Comments

@femtotrader
Copy link
Contributor

femtotrader commented Jul 13, 2024

Hello,

These indicator (Intraday Range) is quite simple and is described in
https://tradethatswing.com/which-is-better-average-true-range-atr-average-day-range-adr-or-intraday-range-ir/

It exists in 2 flavors :

  • dollar (or any quote currency)
  • % (relative)

It only takes current bar as input.

Maybe an implementation with a more general indicator should be implemented and pass a lambda function to create these kind of specific indicators.

Any opinion?

Kind regards

@femtotrader femtotrader changed the title Implement Average Day Range (ADR) and Intraday Range (IR) Implement Intraday Range (IR) Jul 13, 2024
@femtotrader femtotrader changed the title Implement Intraday Range (IR) Implement Intraday Range (IR) - absolute and relative Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant