Mikrotik Hotspot problem on filter rules address to address

Hello Experts
need guidance to my desired setup.

2 interface:

  1. Wan
  2. Hotspot

2 ip pools
A. 10.10.10.11-10.10.10.60
B. 10.10.10.101-10.10.10.200
Pool A is used by Trial user
Pool B is used by authenticated users by userman

Pool A has limited bandwidth of 5M

add max-limit=5M/5M name="Trial User Pool" queue=\
    pcq-upload-default/pcq-download-default target=10.10.10.0/26

Pool B has dynamic bandwidth managed by userman
I want Pool A / Trial User To.
A. Disable torrent
B. Drop connection if the user exceed 50MB of download file.

add action=drop chain=forward comment="TORRENT  block outgoing DHT Trial User" \
    content=d1:ad2:id20: dst-port=1025-65535 packet-size=95-190 protocol=udp \
    src-address=10.10.10.0/26
add action=drop chain=forward comment="Drop Download Free Hotspot User @ 
    connection-bytes=52428800-0 protocol=tcp src-address=10.10.10.0/26

Problem is my filter A and B doesn’t work as it should be.
@ picture 1.png trial user ip was change to 10.10.10.13 from 10.10.10.181 as i wanted
1.png
@picture 2.png original ip of 10.10.10.181 is still there.
2.png
@picture 3.png upon checking on torch while downloading a file over 50mb, its actually using 10.10.10.181 not 10.10.10.13.as you can see also,my 5mb limit is working that was set on simple queue .why the 2 filter ain’t work?
3.png

bump!

All devices connecting to your Hotspot will receive it’s IP Address from IP>DHCP-Server and the Address-Pool associated with. Setting a Address-Pool in either IP>Hotspot>Server or IP>Hotspot>User-Profile only creates a 1 to 1 NAT between an address from this pool and the address it received from DHCP Server. The behavior you are seeing is expected.

You can create separate User-Profiles and use an address-list to apply your filters.