Plot indicator and name

Questions about MultiCharts and user contributed studies.
tranitroom
Posts: 91
Joined: Jun 01 2011
Has thanked: 11 times
Been thanked: 1 time

Apr 17 2012

Hallo how can plot an indicaor and name her name?
for exaple:

Var: Mx1(0);

Mx1= HighD(1);

Plot1(Mx1,"Mx1");
and name??

Tnx

User avatar
TJ
Posts: 7775
Joined: Aug 29 2006
Location: Global Citizen
Has thanked: 1036 times
Been thanked: 2233 times

Apr 17 2012

Hallo how can plot an indicaor and name her name?
for exaple:

Var: Mx1(0);

Mx1= HighD(1);

Plot1(Mx1,"Mx1");
and name??

Tnx

What do you mean by "name her name"?

tranitroom
Posts: 91
Joined: Jun 01 2011
Has thanked: 11 times
Been thanked: 1 time

Apr 17 2012

;-) i want to plot indicator and her name
tnx

User avatar
TJ
Posts: 7775
Joined: Aug 29 2006
Location: Global Citizen
Has thanked: 1036 times
Been thanked: 2233 times

Apr 17 2012

;-) i want to plot indicator and her name
tnx
EasyLanguage Essentials Programmers Guide

Drawing Objects.... pg 112
Text Objects
Creating a Text Object
Moving a Text Object
Removing a Text Object
Formatting Style of Text Objects
Formatting the Color of a Text Object
Changing the Text Object Message
Getting Text Object Values

tranitroom
Posts: 91
Joined: Jun 01 2011
Has thanked: 11 times
Been thanked: 1 time

Apr 17 2012

many thanks ;-)