Login Page - Create Account

Support Board


Date/Time: Wed, 14 May 2025 01:11:30 +0000



Post From: draw line at price

[2016-05-04 12:37:44]
Fabrizio88 - Posts: 10
Hi!
I can to draw a horizontal line having as input a precise price (insert in setting), how should I do ?

at now:
Line_Subgraph[sc.Index] = sc.BaseDataIn[SC_LAST][sc.Index];

if sc.BaseDataIn[SC_LAST] to sc.BaseDataIn[2000] does not work.

I don't know the code to simply enter a price ...

Thanks