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

New Indicators "Net Longs" and "Net Shorts" #8

Open
Sebastian7700 opened this issue Feb 4, 2022 · 2 comments
Open

New Indicators "Net Longs" and "Net Shorts" #8

Sebastian7700 opened this issue Feb 4, 2022 · 2 comments

Comments

@Sebastian7700
Copy link

I'll keep it short, thanks a lot for everything you implemented up until now. I have two suggested indicators, to enhance the information the platform is offering. Specifically enhancing what you can read from open interest.

With OI + Volume Delta you can see on individual candles if longs/shorts have opened/closed. But if you open the chart and you see a range, it is quite hard to see if there were more longs or shorts opening in that range, which is quite valuable information.

I suggest the creation of the indicators "Net Longs" and "Net Shorts".
They work exactly like OI, except they exclusively track longs or shorts respectively.

Here is an example of a implementation:
Exo Net Longs Net Shorts

@Sebastian7700
Copy link
Author

Since you can't retrieve this information directly from an exchange, here is how it is calculated:

Net Longs (NL) and Net Shorts (NS) is an experimental indicator, which estimates the amount of futures contracts entering or leaving the market. It works only on fast OI reporting exchanges (Bitmex, Bybit, Okex, Phemex). The calculation algorithm is based on the price and OI fluctuations:

Price UP, OI UP = New Longs
Price Down, OI Down = Longs Covering
Price Down, OI UP = New Shorts
Price UP, OI Down = Shorts Covering

@philcee404
Copy link

i also really wish someone would make this...

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

No branches or pull requests

2 participants