Enabling the NTP Server on CHR requires installing the adittional [ntp] package.
After installing this package, the NTP Client is missing some of the features available in the basic package.
NTP servers cannot be choosed by name, only by IP address. On the Winbox GUI all the diagnostic information is lost.
Either upgrade to v7 (where NTP package is built-in, it has both client and server, and client supports hostnames) or if you stay with v6, you could use script to update address for client. Long-term solution is v7, but not everyone believes that it’s ready for prime time yet. Depends on your needs and/or bravery. Script for v6 can be e.g. this in scheduler:
/system ntp client set primary-ntp=[:resolve 0.pool.ntp.org]
/system ntp client set secondary-ntp=[:resolve 1.pool.ntp.org]