ccr1009-7g-1c-1s+ multiple wans

i am a begginer and i need help how to configure multiple wans in ccr1009-7g-1c-1s+. i have 5 adsl modem, i want to put them on ccr1009 with firewall, load balancing and auto fail-over.
is this possible to do this things on cc1009?

Yes, possible.
In many ways - https://wiki.mikrotik.com/wiki/Load_Balancing
Which way to use - depends on that exactly you want.
Simplest - PCC.
ECMP - don’t use ECMP default gates (i.e. few gates with same metric), exist some negative “effects”.
Bonding, OSPF, BGP - needs access to devices on opposite side.

I think first you need answer these questions:

  1. Load balancing or fail-over? It is not the same.
    Load-balancing - all 5 channels used for wan access in the each moment. Sure if one channel becomes dead rest of channels continue to be used.
    Simplest PCC

Fail-over - only one channel is active in one moment. If dead - next channel started to be used. Sure load-balancing includes fail-over (if proper config).
Simplest something like this - https://wiki.mikrotik.com/wiki/Advanced_Routing_Failover_without_Scripting
Or the same but with scripts or netwatch.

  1. Do you have local servers for global access? If yes - should you allow access these servers via any wan channel?
    If yes - you need packets marking way.
    If not - simplest way is PCC without marks.

thank you sir.

to answer on your questions. is:
my plan setup is these every adsl modem has a different ip address for example modem 1 has an ip 192.168.0.1, the 2nd modem has an ip of 192.168.1.1 and so on.
next is the 4modem is active, if any of the 4 active modem will fail, the 5th modem will support on the inactive modem. but all those modem are already connected on the ccr1009.
and i dont have any local server.

how could i configure in these kind of setup on winbox?