Forum

About out of range error

int counta= 0 ; int countb= 0 ; int countc= 0 ; int countd= 0 ; double HHV[ 10 ]; int HHVX[ 10 ]; double LLV[ 10 ]; int LLVX[ 10 ]; int counted_bars=IndicatorCounted(); for ( int i= 0 ;i< 100 ;i++) // GET CLOSES THAT ARE LOWER THAN PREVIOUS CANDLE'S CLOSE { if ( iCustom

Programming with tick chart

Hi all. Recently, I moved to metatrader from amibroker. I want to make coding based on the tick chart but as u know, there is no tick timeframes in the metatrader5 I found that there is indicator of tick chart but I don't know how to make a coding based on this indicator. Please let me know the "