You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Effective Volume that is trending up means accumulation (buying); if it is trend-ing down, that means distribution (selling). Look at the difference. Smart money is buying here, wait for pump, its coming! easy long! buy bottom!
# Assembled by BenTen at useThinkScript.com
# Converted from https://www.tradingview.com/script/1Bb84Koj-Effective-volume2/
declare lower;
def hi = if close[1] > high then close[1] else high;
def lo = if close[1] < low then close[1] else low;