Support Board
Date/Time: Tue, 10 Mar 2026 21:20:32 +0000
Post From: Need tool to show size od last bar
| [2026-03-10 18:14:19] |
| Mercrastius - Posts: 67 |
|
You can use two studies if you want the previous bar size in points. Three studies if you want it in ticks: Add the Average True Range study. Set the moving average length to 1. Add the Text Display for Study study. Set the Study and Subgraph to Display to the ATR study. Set the Subgraph Columns Back to 1. This will show the size of the last bar in points. If you want to show the number of ticks instead: Add a third study - the Study Subgraph in Ticks study. Set the Based On setting to the ATR study, with the Input Data set to ATR. For the Text Display for Study, set it to show this study instead of the ATR study. Now the Text Display will show the number of ticks of the last bar (Subgraph Columns Back = 1, same as before). Now you can play around with the colors & location of the output. |
