Daily vertical time line  [SOLVED]

Questions about MultiCharts and user contributed studies.
dingmanhoe123
Posts: 61
Joined: 25 Jul 2013
Has thanked: 18 times

Daily vertical time line

Postby dingmanhoe123 » 08 Nov 2015

I want to plot a vertical line daily at 0700 hrs.

how could I do that?

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

Re: Daily vertical time line

Postby TJ » 08 Nov 2015

I want to plot a vertical line daily at 0700 hrs.

how could I do that?
Try this:

Code: Select all


If TIME = 700 then PLOT1( h*2, "0700") // set plot style as histogram
else noplot(1);

dingmanhoe123
Posts: 61
Joined: 25 Jul 2013
Has thanked: 18 times

Re: Daily vertical time line

Postby dingmanhoe123 » 08 Nov 2015

h should be a variable?

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

Re: Daily vertical time line  [SOLVED]

Postby TJ » 08 Nov 2015

h should be a variable?
Have you tried to apply the code?


h = HIGH


Return to “MultiCharts”