Jhon Velasco
Jhon Velasco
> Hi @JhonAndersonVelasco , > > You're trying to use `noise_seed` as a static class method which isn't correct. To set the seed you need to first create an instance,...
It worked really fine, thank you
My function to send contract: ``` def Operacion(tipo:str,monto:float,duracion:int): success,contract_id,req_id = binary.buy(contract_type=tipo, amount=monto, symbol=csimb, duration=duracion, duration_unit='s') return success,contract_id,req_id ``` Where: ``` if PredAct > PredAnt: print(' [OPE] Enviando operación CALL\n') oper...
Hi, thank you With auto_reconnect worked really fine few days, but now it's another error maybe realted: `ERROR:root:**error** reconnect() too many time please look log file`
Thank you The new one happens when I try send any request to binary, even with your examples just writing my token
I am running: ``` binary = Binary(token=token, message_callback=message_handler) print(binary.api.ping()) exit() ``` And nothing, same problem
> when I try sending a buy inside a message_callback it always fails the proposal. > > And I see that the tick takes two seconds to appear, is there...
Thank you Well, my complete code is: ``` hecho = False def animate(self): for c in cycle(['[■□□□□□□□□□]', '[□■□□□□□□□□]', '[□□■□□□□□□□]', '[□□□■□□□□□□]', '[□□□□■□□□□□]', '[□□□□□■□□□□]', '[□□□□□□■□□□]', '[□□□□□□□■□□]', '[□□□□□□□□■□]', '[□□□□□□□□□■]', '[□□□□□□□□■□]', '[□□□□□□□■□□]', '[□□□□□□■□□□]', '[□□□□□■□□□□]',...