Dear Friends, I would like to know if there any function for EMA in API documentation, how we can configure strategy based on EMA using PHP and automate it.
Thanks Sujith, can you please let me know how I can code the below given condition for live data in PHP. 5 period EMA and 3 period EMA. Options are there for accessing the historical data, but dont't know how to configure with live data.
We tried to automate the access token- we got Access token and tried to connect with that, first it was working. After that it is not connecting and showing the above mentioned error
KiteConnect is purely an execution platform. We don't provide any API for strategies, you have to do it yourself.
can you please let me know how I can code the below given condition for live data in PHP.
5 period EMA and 3 period EMA. Options are there for accessing the historical data, but dont't know how to configure with live data.
We don't provide support for implementing strategies.
You can checkout our documentation https://kite.trade/docs/connect/v1/?php#libraries-and-resources
Check this out
quantstart.com
can you please let me know how can I solve the error
Authentication failed: file_get_contents(https://api.kite.trade/session/token): failed to open stream: operation failed
Fatal error: Uncaught ClientNetworkException (504) 'file_get_contents(https://api.kite.trade/session/token): failed to open stream: operation failed'
Can you let me know, what you are trying to do?
Url you are trying to access doesn't exist.