Just a note, you can severely speed up the attack because your dictionary is very small here.
This won't give you an estimated end time but you should see much higher speeds than without a pipe.
Code:
hashcat --stdout wordlist.txt -r toggle0.rule -r toggle1.rule -r toggle2.rule -r toggle3.rule -r toggle4.rule -r numbers.rule -r numbers.rule | hashcat -m11600 hash.txt -r numbers.rule -r numbers.rule -r exclamation_mark.rule
This won't give you an estimated end time but you should see much higher speeds than without a pipe.