Color Trenline  [SOLVED]

Questions about MultiCharts and user contributed studies.
shivax
Posts: 90
Joined: 02 Sep 2013
Has thanked: 37 times

Color Trenline

Postby shivax » 29 Jan 2018

Hi , i've this code :

tl=tl_new(date,time,xx,date,time,yy);

i want to change color of it

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: Color Trenline

Postby TJ » 29 Jan 2018

See post #1 & #2
Posting codes
viewtopic.php?t=11713

shivax
Posts: 90
Joined: 02 Sep 2013
Has thanked: 37 times

Re: Color Trenline

Postby shivax » 29 Jan 2018

mmm...i don't understand..

i remake you a question:

Hi , i've this code :

Code: Select all


tl=tl_new(date,time,xx,date,time,yy);
how i change color of this trendline?

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: Color Trenline  [SOLVED]

Postby TJ » 29 Jan 2018

Go to the wiki

Find the section -- 8 PowerLanguage Keyword Reference

Go to the tab for -- Trendline Drawing‎ (65 P)

There are 65 keywords related to trendline drawing.
(don't get overwhelmed, a lot of the keywords are duplicated for various time frames)


Look up the keyword:

TL_SetColor


Return to “MultiCharts”