writing hst. file problem ....

 
                     case 6  : Open += 1 / ( ( iOpen ( List[y] , TimeFrame , x ) ) * Multiplier[y] ) ;
                               High += 1 / ( ( iHigh ( List[y] , TimeFrame , x ) ) * Multiplier[y] ) ;
                               Low += 1 / ( ( iLow ( List[y] , TimeFrame , x ) ) * Multiplier[y] ) ;
                               Close += 1 / ( ( iClose( List[y] , TimeFrame , x ) ) * Multiplier[y] ) ;
                               TickVolume += iVolume ( List[y] , TimeFrame , x ) ;
                               Spread += ( int ) MarketInfo ( List[y] , MODE_SPREAD ) ;
                               break ;

 

 

 

 Whenever I use 1 over for all Yen pairs , the offline charts always show " waiting for update "  . However , if the 1 over is removed , the offline charts works perfectly fine . Is it due to the value of the price being too too too small or is there any other factors ?? How can I solve this ??

Reason: