login object has susertoken, actid, username and email with status. How can I use this to initiate another login using same token to run another algo? I can't obviously use pickle to save login object. That would be useless.
Is there a way to login into a different algo using same 'susertoken' generated from 1st login to initiate trades into a different algo?
Hi, I am logging into firstock using :
login object has susertoken, actid, username and email with status. How can I use this to initiate another login using same token to run another algo? I can't obviously use pickle to save login object. That would be useless.
Is there a way to login into a different algo using same 'susertoken' generated from 1st login to initiate trades into a different algo?