|
Boris Lund
 Regular
  Posts: 59
Joined: 12/9/2021
User Profile |
An indicator showing volume absorbed. So a lot of relative volume not moving the price, hence being absorbed.
Still trying to figure out if there is any relationship at all :)
Found it on tradingview, and rewrote it from pinescript.
As you can see, the higher absorbs plots thicker lines.
Attached. Something goes wrong in copy paste for some reason...
[Edited by Boris Lund on 1/10/2022 6:12 AM]
Attached file : Absorb.txt (1KB - 229 downloads)
|
|
mgerber
 Regular
  Posts: 61
Joined: 3/30/2006
Location: Issaquah, WA
User Profile |
Your code does not compile.
Compile error: 'If' must end with a matching 'End If'.
--Mark G.
|
|
Boris Lund
 Regular
  Posts: 59
Joined: 12/9/2021
User Profile |
sorted
|
|
Don Schuman
 Regular
   Posts: 83
Joined: 1/19/2008
Location: Kentucky
User Profile |
The thicker lines are not plotting. It just plots the thin line.
|
|
Boris Lund
 Regular
  Posts: 59
Joined: 12/9/2021
User Profile |
I copy pasted the script and ran it on the spy 60min.
It works on my end. See the picture how it is supposed to look.
Attached file : absorb.png (24KB - 196 downloads)
|
|
Don Schuman
 Regular
   Posts: 83
Joined: 1/19/2008
Location: Kentucky
User Profile |
Got it.
Now to your initial observation: What does it mean?
Interesting.
Don
|
|
Boris Lund
 Regular
  Posts: 59
Joined: 12/9/2021
User Profile |
It ties into the wyckoff idea about exhaustion.
That's also why I decided to add the full picture underneath.
If the price tries to go up but buyers gets absorbed i.e. a green spike then it could mean that now we have exhausted all the sellers and now we can freely move up.
The buyers gets absorbed by a lot of sellers ready to sell so that the price cannot move up. But there is a lot of volume.
[Edited by Boris Lund on 7/13/2022 6:51 PM]
Attached file : absorb2.txt (1KB - 183 downloads)
Attached file : absorb2.png (26KB - 192 downloads)
|
|
Jim Dean
 Sage
       Posts: 3433
Joined: 3/13/2006
Location: L'ville, GA
User Profile |
Nicely done.
|