It seems that eSignal API does not give access to the technical indicators like Parabolic SAR, SMA, EMA, etc.
I am looking for a way (non visual) to get for example the parabolic SAR value of any stocks at any time like from an API like the following:
Double GetSarVal(char ticker,int minute);
char ticker: specifi stock (AAPL)
int minute: chart range (for example on the 1 minute chart)
Does any one know an API that could do that ?
I do not want to record all the stocks on the market in real time in order to calculate the PSAR, I need a server that would give me that instantaneous !
Thanks
I am looking for a way (non visual) to get for example the parabolic SAR value of any stocks at any time like from an API like the following:
Double GetSarVal(char ticker,int minute);
char ticker: specifi stock (AAPL)
int minute: chart range (for example on the 1 minute chart)
Does any one know an API that could do that ?
I do not want to record all the stocks on the market in real time in order to calculate the PSAR, I need a server that would give me that instantaneous !
Thanks