Mark Chenoweth
Mark Chenoweth
Sorry, no dependencies to the ta-lib library allowed. The whole point of this library is to be a single file pure Golang alternative.
/api/users/info is a protected route. It sounds like you are trying to access with endpoint without a token. You must login an existing user or create a new one. Both...
I believe it is fixed now. Please pull the latest code and try again. The problem was an update to the jwt middleware software I used.
I'm sorry, without more information, I can't tell what the problem is. I was able to duplicate your error, but it is now fixed for me. Perhaps try a "go...
I have not tried Postgres, I would check your config info.
Switching to python 3.6 fixed the above error.
Unfortunately it looks as if historical TSE data is not supported by google. See: https://github.com/pydata/pandas-datareader/issues/239 However, it does appear to be on yahoo. The symbol is "xsp.to" A simple "quote...
Unfortunately it seems that the Yahoo data is not longer reliable. They changed the way they were calculating prices and the open/high/low is no longer accurate. See: http://www.amibroker.com/kb/2017/06/30/wrong-close-price-in-yahoo-data/ In addition,...
Seems like it would be useful, but I am quite busy with other things at the moment. I will put it in my list. Pull requests welcome!
Sorry for the delay. Which part? I just added the "@latest" to the install command. Anything else broken?