limit transferd data size

i have installed the mikrotik PC x86 5.5 version is there any way to limit the amount of data transfer (sent and receive bytes) by each interface ?

What are you looking to do? Set a hard cap on a per interface level? You can do this by manually setting up a queue for each interface, or editing the interface itself.

/interface ethernet
set 0 bandwidth=unlimited/unlimited

If you are looking for something else, please be more descriptive of what your goals are.