Forum

[HELP] Wrong Colors of the codes in MetaEditor in WIN8.1

Hi all! Now I have installed the MetaTrader4 and MetaEditor 5.0 on my laptop with the win8.1 operation system. But the strange thing is that the Colors of the codes are wrong and not as usual which shows as the below pics. I have reset the options but nothing happened. Can anyone kindly help me how

Question about High/Low level

Hey friends, I am a newbie to study coding. This day I find a interesting indicator of draw high/low lines,"HighLowBands.mq4". i= Bars -LookBackPeriod+ 1 ; if (counted_bars>LookBackPeriod- 1 ) i= Bars -counted_bars- 1 ; while (i>= 0 ) { UBBuffer[i]=High[ iHighest ( NULL , 0