hello how can i add more field in my pro screener? i am trying to show percentage and algo algo = a+b+c+d+e v = volume count = 0 for i = 1 to 75 do if v>volume[i] then count=count+1 endif next condition = count/75>0.9 and v>100000 screener [algo and condition] (count/75 as "percentage") screener [algo and condition] (algo as "algo")