If loss=profit, then if a broker works $m$ days a month (for simplicity assume $m \in 2 \mathbb{Z}$), then what he needs to do to break even is have at least $\frac{m}{2}+1$ profitable days. The probability of this (I use $p$ for probability of winning and $q$ for the probability of losing, $S$ is the event that profit exceeds loss over a month): $$ P(S)=\sum_{k=\frac{m}{2}+1}^{m}\binom{m}{k}p^{k}q^{m-k} $$ Can you extend this idea to the whole year?