Just curious what libraries are you using in your voting script?
I use these..
import requests, os, random, pypyodbc, re
from datetime import datetime, timedelta
from decimal import Decimal
from langdetect import detect_langs
from langdetect.lang_detect_exception import LangDetectException as Lang_e
from beem import Hive
from beem.account import Account
from beem.vote import Vote
from beem.exceptions import MissingKeyError
from beem.comment import Comment
from beem.instance import set_shared_blockchain_instance
Though some of the beem libraries are probably not used anymore. I have tried to phase out as many BEEM calls as I can due to it's deprecation.
do you use any type of control to the vote % be more elastic and adjust according to your vp ? if vp is to high it can go a above % or if it is too low maybe reducing the weights ?
No, the weights are determined not by the VP, but by the quality of the post (as much as automation will let me), with incentives for less delegation, the staked HP of the account vs the age of the account and by a random bonus value.
I am planning on adding a further bonus for lower KE ratios.