I don't think this will work in this matter, since the ship is in the area right from the mission start.
Now, it's like Nuclear1 said, the "is event true" is the reason to blame. I made another trigger, and now the goal shows up and work as it should. Pheew, I would have never thought that this is the problem, thanks mate

However, to be fully happy, I must figure out another bug with this goal now. It looks like this here now :

Now the goal becomes true when it should, but I'm unable to get it "false" (because I want to end the mission then).
The goal should become true, when Alpha 1 is closer than 100 klicks to waypoint "Alpha-Move 4" AND the player is closer than 200 clicks to him.
On the other hand, the goal should become false, when Alpha1 reach the waypoint, and the player is more than 200 klicks away.
I tried doing this with "and in sequence", but then the goal becomes false right after it appears into the directive windows.
How must I change the goal, so that it can become false too, so that I can check it with "is event false" in another SEXP ?