Load Balacing two ISP

Hi everyone,

I was following this article that explain how to use PCC method, however when I was writing this line:

add chain=prerouting dst-address=192.168.1.0/24 action=accept in-interface=Local
add chain=prerouting dst-address=192.168.2.0/24 action=accept in-interface=Local

noticed that he’s using a static address in both ISP Address, but I’m not! My first ISP is a DCHP Connection and the second is a PPPoE.

So my question is, how to proceed?

Link:
Article: https://aacable.wordpress.com/2011/07/27/mikrotik-dual-wan-load-balancing-using-pcc-method-complete-script-by-zaib/