I'm struggling at drawing some figures using tikz package, i've succeeded drawing the three main linse that meet at the point A, however i'm struggling drawing the two small arrows, can someone help me please ?
Here is what i wanna draw :
Here is what i succeeded drawing : 
Don't worry about the x and the o i know how to draw them, it's the small arrows that are giving me hard time here is my code :
\begin{tikzpicture}
\draw (4,0) -- (4,2);
\draw (4,0) -- (6,-2);
\draw (4,0) -- (2,-2);
\end{tikzpicture}
Thanks in advance

