What is difference between HighS and HighD?  [SOLVED]

Questions about MultiCharts and user contributed studies.
turbofib
Posts: 213
Joined: 11 May 2013
Has thanked: 67 times
Been thanked: 1 time

What is difference between HighS and HighD?

Postby turbofib » 14 Sep 2017

hi,

HighD = Value1 = OHLCPeriodsAgo( 1, PeriodsAgo, var0, var1, var2, var3 ) ;

HighS=Value1 = OHLCPeriodsAgo( 0, PeriodsAgo, var0, var1, var2, var3 ) ;

The Plot is the same...but HighD would plot High Daily and HighS would plot High Intraday--

But i don't see any difference

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

Re: What is difference between HighS and HighD?  [SOLVED]

Postby TJ » 14 Sep 2017

hi,

HighD = Value1 = OHLCPeriodsAgo( 1, PeriodsAgo, var0, var1, var2, var3 ) ;

HighS=Value1 = OHLCPeriodsAgo( 0, PeriodsAgo, var0, var1, var2, var3 ) ;

The Plot is the same...but HighD would plot High Daily and HighS would plot High Intraday--

But i don't see any difference

HighD
The new measurement starts with a new date.

HighS
The new measurement starts with a new session.
Useful for 24hr charting.


Return to “MultiCharts”