Hi,
I've developed an EFS formula to distribute a market prediction signal.
The signal looks like this.
The indicator data is not computed in the EFS but stored on our servers and recomputed every 15 minutes.
I've added the addEntitlement comand to manage security and so secure the prediction data on our server I've added EFS variables as follows.
I send the login information to a CGI through http.
Is this the correct way to do it? Is there any other better security solution?
Should I only distribute the EFS using the addEntitlement ?
When distributing with the addEntitlement does the users have to provide me with their eSignal user to be added to the user list?
Thank you very much for your help.
Dan
I've developed an EFS formula to distribute a market prediction signal.
The signal looks like this.
The indicator data is not computed in the EFS but stored on our servers and recomputed every 15 minutes.
I've added the addEntitlement comand to manage security and so secure the prediction data on our server I've added EFS variables as follows.
I send the login information to a CGI through http.
Is this the correct way to do it? Is there any other better security solution?
Should I only distribute the EFS using the addEntitlement ?
When distributing with the addEntitlement does the users have to provide me with their eSignal user to be added to the user list?
Thank you very much for your help.
Dan
Comment