Speed limiting torrents and downloading from Internet media contents

Hello
Sorry If this topic was before. I saw this topic - Speed limiting on torrents, P2P, and media streaming

And this - Using RouterOS to QoS your network - 2020 Edition

But I don't understand about prioritization (Qos) is it suitable for me?

For me best decide using ligament QoS (IP-Firewall-Mangle) with Queues - Queue Tree? But how is it configuration?
I have next configuration default Queues in attachments. My ISP give me channel with next speed Download 25Mb/sec, Upload 66 Mb/sec
My speed limiting before 2Mb/sec
I using router RB2011UAS-2HnD, v RouterOs 6.31
Configuration of router next:

aug/22/2015 21:35:16 by RouterOS 6.31

software id = RCET-6MMR

/interface bridge
add mtu=1500 name=bridge-local
/interface ethernet
set [ find default-name=ether1 ] mac-address=00:2D:60:D7:EC:6F name=
ether1-gateway
set [ find default-name=ether2 ] name=ether2-master-local
set [ find default-name=ether3 ] master-port=ether2-master-local name=
ether3-slave-local
set [ find default-name=ether4 ] master-port=ether2-master-local name=
ether4-slave-local
set [ find default-name=ether5 ] master-port=ether2-master-local name=
ether5-slave-local
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b disabled=no mode=ap-bridge ssid=
"-=MyWiFi=-" wireless-protocol=802.11
/ip neighbor discovery
set ether1-gateway discover=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk eap-methods=""
group-ciphers=tkip,aes-ccm mode=dynamic-keys unicast-ciphers=tkip,aes-ccm
wpa-pre-shared-key= wpa2-pre-shared-key=
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=aes-128-cbc
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
add name=dhcp_pool1 ranges=150.150.150.1-150.150.150.200
add name=dhcp ranges=150.150.150.100-150.150.150.200
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge-local lease-time=1w name=
dhcp1
/system logging action
set 1 disk-file-name=""
/tool user-manager customer
set admin access=
own-routers,own-users,own-profiles,own-limits,config-payment-gw
/interface bridge port
add bridge=bridge-local interface=ether2-master-local
add bridge=bridge-local interface=wlan1
/ip address
add address=150.150.150.254/24 comment="=default configurati/on" interface=
ether2-master-local network=150.150.150.0
add address=192.168.1.254/24 disabled=yes interface=bridge-local network=
192.168.1.0
/ip dhcp-client
add comment="default configuration" dhcp-options=hostname,clientid disabled=no
interface=ether1-gateway
/ip dhcp-server network
add address=150.150.150.0/24 dns-server=192.168.0.107,192.168.0.108 gateway=
150.150.150.254 netmask=24
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add chain=input comment="default configuration" protocol=icmp
add chain=input protocol=igmp
add chain=input comment="input ssh" dst-port=22 in-interface=ether1-gateway
protocol=tcp
add chain=input comment="input telnet" dst-port=23 in-interface=ether1-gateway
protocol=tcp
add chain=input comment="input winbox" dst-port=8291 in-interface=
ether1-gateway protocol=tcp
add chain=input comment="default configuration" connection-state=established
add chain=input comment="default configuration" connection-state=related
add action=drop chain=input comment="default configuration" in-interface=
ether1-gateway
add chain=forward comment="default configuration" connection-state=established
add chain=forward comment="default configuration" connection-state=related
add action=drop chain=forward comment="default configuration"
connection-state=invalid
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration"
out-interface=ether1-gateway to-addresses=0.0.0.0
/lcd interface pages
set 0 interfaces="sfp1,ether1-gateway,ether2-master-local,ether3-slave-local,et
her4-slave-local,ether5-slave-local,ether6,ether7,ether8,ether9,ether10"
/routing igmp-proxy interface
add interface=ether1-gateway upstream=yes
add interface=bridge-local
/system clock
set time-zone-autodetect=no
/system lcd
set contrast=0 enabled=no port=parallel type=24x4
/system lcd page
set time disabled=yes display-time=5s
set resources disabled=yes display-time=5s
set uptime disabled=yes display-time=5s
set packets disabled=yes display-time=5s
set bits disabled=yes display-time=5s
set version disabled=yes display-time=5s
set identity disabled=yes display-time=5s
set bridge-local disabled=yes display-time=5s
set wlan1 disabled=yes display-time=5s
set sfp1 disabled=yes display-time=5s
set ether1-gateway disabled=yes display-time=5s
set ether2-master-local disabled=yes display-time=5s
set ether3-slave-local disabled=yes display-time=5s
set ether4-slave-local disabled=yes display-time=5s
set ether5-slave-local disabled=yes display-time=5s
set ether6 disabled=yes display-time=5s
set ether7 disabled=yes display-time=5s
set ether8 disabled=yes display-time=5s
set ether9 disabled=yes display-time=5s
set ether10 disabled=yes display-time=5s
/system logging
add disabled=yes topics=igmp-proxy
add topics=dhcp
/system ntp client
set enabled=yes primary-ntp=192.168.0.250 secondary-ntp=195.189.180.250
/system package update
set channel=current
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether2-master-local
add interface=ether3-slave-local
add interface=ether4-slave-local
add interface=ether5-slave-local
add interface=wlan1
add interface=bridge-local
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether2-master-local
add interface=ether3-slave-local
add interface=ether4-slave-local
add interface=ether5-slave-local
add interface=wlan1
add interface=bridge-local
/tool romon port
add
/tool user-manager database
set db-path=user-manager
[admin@MikroTik] >