OmniTrader Professional Forum
-
OmniScripts
Absorb |
^ Top | ||
Boris Lund![]() Posts: 59 Joined: 12/9/2021 ![]() | 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... ![]() | |
^ Top | ||
mgerber![]() Posts: 61 Joined: 3/30/2006 Location: Issaquah, WA ![]() | Your code does not compile. Compile error: 'If' must end with a matching 'End If'. --Mark G. | |
^ Top | ||
Boris Lund![]() Posts: 59 Joined: 12/9/2021 ![]() | sorted | |
^ Top | ||
Don Schuman![]() Posts: 83 Joined: 1/19/2008 Location: Kentucky ![]() | The thicker lines are not plotting. It just plots the thin line. | |
^ Top | ||
Boris Lund![]() Posts: 59 Joined: 12/9/2021 ![]() | 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. ![]() | |
^ Top | ||
Don Schuman![]() Posts: 83 Joined: 1/19/2008 Location: Kentucky ![]() | Got it. Now to your initial observation: What does it mean? Interesting. Don | |
^ Top | ||
Boris Lund![]() Posts: 59 Joined: 12/9/2021 ![]() | 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. ![]() ![]() | |
^ Top | ||
Jim Dean![]() Posts: 3433 Joined: 3/13/2006 Location: L'ville, GA ![]() | Nicely done. |