Here is the definition of Position Score
Quote:
USING POSITION SCORE
You can use new PositionScore variable to decide which trades should be entered if there are more entry signals on different securities than maximum allowable number of open positions or available funds. In such case AmiBroker will use the absolute value of PositionScore variable to decide which trades are preferred. See the code below.
since positionScore takes the absolute value then -20 and +20 are treated the same and this is why adding 1000 helps since one will be 1020 and the other 980
and to be sure that you will take the positive number you need to specify that the positionscore should be >= 1000
i am not sure but what i think the moment you pass the position score line in rotational system the trade is already executed and you did not have the chance to specify that the ones that are less than 1000 ignore them or the ones that are in another universe should be ignored.
this is my opinion not sure if i am correct or wrong