HighD(0)[1] problem

Questions about MultiCharts and user contributed studies.
tt

HighD(0)[1] problem

Postby tt » 24 Jul 2007

Hello,
i want to show the high of the day one bar to the right but it does not function.Has any one this problem too?

thanks
Torsten

maxpi
Posts: 58
Joined: 03 Jun 2007

Postby maxpi » 25 Jul 2007

input: offset(1);

Plot1[offset](HighD(0),"HighDOffset",green);

This code works for me, I can offset it either direcition by changing the input value.

Max

tt

HighD(0)[1] problem

Postby tt » 25 Jul 2007

Hello Max,

thanks for your code, but your version puts the high of the day to the left
and when i give offset -1 there is no change.

Greetings
Torsten

maxpi
Posts: 58
Joined: 03 Jun 2007

Re: HighD(0)[1] problem

Postby maxpi » 25 Jul 2007

Hello Max,

thanks for your code, but your version puts the high of the day to the left
and when i give offset -1 there is no change.

Greetings
Torsten
It works for me on TS and on Multicharts. The -1 setting will plot it on the bar on the right edge of the screen that has not even started yet. I'm running 2.1.928.1050 on XP.


Return to “MultiCharts”