Login Page - Create Account

Support Board


Date/Time: Fri, 29 Mar 2024 14:24:05 +0000



Post From: Simple Text Label in ACSIL?

[2017-11-29 11:21:32]
User799373 - Posts: 19
getting my head around ACSIL finally!

I'm trying to display a simple label with the value of the study I'm calculating.

I'm looking at the examples and it seems like a lot of code to display a simple label.

In another platform I would do something like:

say the study calculated = SMA

Addlabel("some text", SMA, some.color);

Is there a tutorial or an example showing a simpler usage of displaying a label on a chart?

Thank you!