← Script Marketplace
Open-source scriptindicator/v1

Intraday Intensity Index

by Kodexius·@kodexius·

Relate each closing location to its bar range and traded volume.

#intensity#money-flow#volume
Intraday Intensity Index chart preview

Description

The Intraday Intensity Index compares where a bar closes within its high-low range and scales that location by volume. Positive values reflect closes nearer the high and negative values reflect closes nearer the low, with activity affecting magnitude.

Open-source script. Everyone can inspect the source code, use the script on a chart, and save an editable copy.

Release notes

Version history · 1 published version

Version 1CurrentChart updatedIntraday Intensity Index · Aug 31, 2026
Release notes

Initial classic indicator release.

View current source ↓
Source codempl-2.0View source

indicator("Intraday Intensity Index", { overlay: false });
plot(iii(), { title: "III", color: "#00bcd4", type: "histogram" });
hline(0, { title: "Zero", color: "#78909c", style: "dotted" });
  

Community discussion

0 comments

Loading…

No comments yet. Start the discussion.