Link in Study description ?

Spin

Well-known member
Joined
May 22, 2019
Posts
477
Likes
191
Another little something I have trouble figuring out on my own:

How do I add a link in a Study's description ?

The standard-included "SuperTrend", for example has one:
168

The only reference I can spot in SuperTrend's code is this:
169
so it's done by reference somewhere.

Can anyone please shed some light on this ? :)
 

Spin

Well-known member
Joined
May 22, 2019
Posts
477
Likes
191
Never mind: I should have studied the SDK Programming Guide better:

170

For future reference:

Java:
desc="Blablabla. Visit <a href=\"http://LinktoAWebsite\"> TextDisplayed </a> ! ",
 
Top