I'm a beginner at solidity and I want to create my own token. I could find all the things that I was looking for except one thing. The point is that I want to set a buy/sell order limit on Pancakeswap for each wallet address so no wallet can buy more than the amount I want. If a single person makes multiple wallets and buy more than the limit, it's ok. But I don't want a single wallet address holds more than the limitation I have set. What should I do? and if you have the piece of solidity code that I may need, please send it to me. Thank you my dear friends.