Kevin Johnson
Kevin Johnson
Hello @mhgutier, Awesome! Thanks for adding this to the library. 😎 However, this is one glitch. You are attempting to merge 179 commits from _development_ into _main_. Ideally you should...
Hello @RAPER200X, Once you get your data from TradeOgre/Binance, you need to ideally [convert](https://www.google.com/search?q=pandas+json+to+dataframe) (it seems you have JSON, so you need to make a Pandas DataFrame) it to a...
@RAPER200X, Have you tried converting the json to a Pandas DataFrame yet?
@RAPER200X, No. That call doesn't return historical data... it returns quotes for multiple tickers. You need historical data for one asset in order to calculate TA or you need to...
Hello @jjlchui, Unfortunately, I can not help you without more information such as a screenshot or copy of the error as well as copy of the data that caused this...
@jjlchui, Thanks for sharing some code. However I do not see any errors in your screenshot nor have you provided sample data that replicates the error so it is still...
Hello @jjlchui, I assume by no response that the solution provided was sufficient. Thus I will be closing this issue in a few days. Kind Regards, KJ
Hello @crazysurajit, Unfortunately, I am backlogged on many Issues right now. Hopefully someone can attempt it soon for you. Kind Regards, KJ
Hello @drixie, I am aware of all sorts of indicators including Pivot Points as well as the different kinds of Pivot Points will need to be included. Luckily, you do...
@W80125m, Looks good. I think there should be an argument/parameter to limit the number of pivots to have or show. Makes no sense to trade off prior pivots. On my...