[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guru commentary



PureBytes Links

Trading Reference Links


Hi TJ and other ami fans :)
 
TJ the following code is from you macd 
commentary
it displays the results of high's and 
lows <FONT 
 color=#ffffff>hhv( ARRAY, 
periods )
what does the ,6.3 signify ?
how do i get it to write hh of the last 260 periods ?
 
 
"And has ranged from a high of 
"+writeval(HHV(High,bars+1),6.3)+" to a low of 
"+writeval(LLV(Low,bars+1),6.3);
 
 
Thanks David