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
<a:href="`https://github.com/observablehq/plot/releases/tag/v${version}`":title="`added in v${version}`"target="_blank"rel="external"style="color: inherit;">
Copy file name to clipboardExpand all lines: docs/marks/bollinger.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ const k = ref(2);
10
10
11
11
</script>
12
12
13
-
# Bollinger mark <Badgetype="warning"text="prerelease" />
13
+
# Bollinger mark <VersionBadgepr="1772" />
14
14
15
15
The **bollinger mark** is a [composite mark](../features/marks.md#marks) consisting of a [line](./line.md) representing a moving average and an [area](./area.md) representing volatility as a band; the band thickness is proportional to the deviation of nearby values. The bollinger mark is often used to analyze the price of financial instruments such as stocks.
0 commit comments