I fixed the indicator publisher.py today because of a programming error with . and , !
def main():
if len(sys.argv) < 3: return
symbol = sys.argv[1].upper()
current_p = float(str(sys.argv[2]).strip().replace(",", "."))
port = int(str(sys.argv[3]).strip().replace(",", ".")) if len(sys.argv) > 3 else 5600
update_mins = int(float(str(sys.argv[4]).strip().replace(",", "."))) if len(sys.argv) > 4 else 3
i am not sure if the converted levels are correct. I prefer realtime updates in seconds if you can add that functionality .
Maybe you can add
Gamma 0dte major long and short
major positive by volume
major negative by volume
good job kimsam thanks