Login Page - Create Account

Support Board


Date/Time: Fri, 07 Feb 2025 12:44:08 +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]