Support Board
Date/Time: Tue, 16 Dec 2025 20:23:45 +0000
Post From: Drawing numbers above bars after condition is meet
| [2020-05-29 04:47:07] |
| Flipper - Posts: 65 |
|
Have you got the code for the study? Its pretty easy to place the drawn number where ever you want. In the code it probably has someing like this, SubGraph_Name.Arrays[0][sc.Index - 8 ] = sc.High[sc.Index] + (4 * sc.TickSize) Change it to SubGraph_Name.Arrays[0][sc.Index -8] = sc.High[sc.Index-8] + (4 * sc.TickSize) Noting this bit sc.High[sc.Index-8] |
