Hi all
column HHV is different than column LLV both should be start from the same cell but HHV start from beginning
AddColumn( C - Ref(C , -1 ) , " c-t ", 1.2 , colorDefault , colorDefault ) ;
AddColumn( HHV ( C - Ref(C , -1 ) , 10 ) , "H", 1.2 , colorDefault , colorDefault ) ;
AddColumn( LLV ( C - Ref(C , -1 ) , 10 ) , "L", 1.2 , colorDefault , colorDefault ) ;
thank you