Thank you all for the help 
Aeturnalus:
There's no feedback on a continuous rotation servo; as such, you're not going to be able to get it to move 72 degrees each time.
What you could do, however, is put an optical encoder disk on the moving platform (homemade or bought), and use that to find the angle traveled.
bilbo:
It is difficult to have control the angle of a continuous rotation servo with reasonable accuracy. If you need precise turning, a regular servo would do, but instead of rotating all the way around, it would have to return the long way to its starting position after the fifth click. If this is not okay, consider using a stepper motor, and control its angle via steps.
Good luck!
Having this in mind probably will have to change to a stepper, I wanted to do it with servos 'cause I was told they were the easiest to program.
KE7GKP:
There are several different ways of doing this. How big is your rotating base? How much weight/mass does it have to move? How fast does it need to move? What is your budget? When does it need to be completed?
About 5 inches radio. Not much just the base itself and about 100 grams. Speed does not matter, as long as its not super slow. About 40 dollars
(I already have an arduino). Probably 20/November.
CrossRoads:
Could the base be made to rotate just on time basis?
Or put 5 sensors around it, at 72 degree marks, stop the rotation when you advance to the next mark.
Can be optical, magnetic, microswitch, etc.
KE7GKP:
Or put 5 sensors around it, at 72 degree marks, stop the rotation when you advance to the next mark.
Right. Or use a 5:1 gear (or pulley) ratio for the drive train and monitor once-around for the 5x pulley/gear, etc.
Ok ill start reading about how to do this, to have it as a second option. Cause the objective is to do it without sensors
, just because that would mean a lot of time, learning not just motors but also sensors programming :/, dont know if i have the time and the budget for that.
So summarizing the stepper may be the best way to go, what do you think?