ericsomdahl / python-bittrex

Python bindings for bittrex
MIT License
585 stars 283 forks source link

get_candles returns Nonetype for many coins #163

Open tjohnson310 opened 5 years ago

tjohnson310 commented 5 years ago

Anyone else having trouble with get_candles? I find that when I try to pull a data from a list of coin names, some of the coin names don't return candle profiles, but instead return Nonetype. All thoughts welcome!

sigmund505 commented 4 years ago

Anyone else having trouble with get_candles? I find that when I try to pull a data from a list of coin names, some of the coin names don't return candle profiles, but instead return Nonetype. All thoughts welcome!

Yes, I'm also getting:

TypeError: 'NoneType' object is not subscriptable in fill_missing_candles filled_list = [candles[0]]

Truly enjoyed Josiah Swaim's excellent article "Guide to Cryptocurrency Arbitrage: How I made 1% profit an hour" and hope to get this demo script running. Was able to get the Bittrex API_V2 issue to the correct lib install...

tjohnson310 commented 4 years ago

Yes, it is faulty when you are pulling data for multiple coins at the same time

Sent from my Verizon, Samsung Galaxy smartphone


From: sigmund505 notifications@github.com Sent: Thursday, May 28, 2020 5:32:24 PM To: ericsomdahl/python-bittrex python-bittrex@noreply.github.com Cc: tjohnson310 tjohnson310@outlook.com; Author author@noreply.github.com Subject: Re: [ericsomdahl/python-bittrex] get_candles returns Nonetype for many coins (#163)

Anyone else having trouble with get_candles? I find that when I try to pull a data from a list of coin names, some of the coin names don't return candle profiles, but instead return Nonetype. All thoughts welcome!

Yes, I'm also getting:

TypeError: 'NoneType' object is not subscriptable in fill_missing_candles filled_list = [candles[0]]

Truly enjoyed Josiah Swaim's excellent article "Guide to Cryptocurrency Arbitrage: How I made 1% profit an hour" and hope to get this demo script running. Was able to get the Bittrex API_V2 issue to the correct lib install...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ericsomdahl/python-bittrex/issues/163#issuecomment-635619610, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHLE47HT3HYLVPH6NLGDQALRT3J6RANCNFSM4H644Y7A.

tjohnson310 commented 4 years ago

Try to limit # of coins to 10 ish

Sent from my Verizon, Samsung Galaxy smartphone


From: Timothy Johnson tjohnson310@outlook.com Sent: Thursday, May 28, 2020 6:20:33 PM To: ericsomdahl/python-bittrex python-bittrex@noreply.github.com; ericsomdahl/python-bittrex reply@reply.github.com Cc: Author author@noreply.github.com Subject: Re: [ericsomdahl/python-bittrex] get_candles returns Nonetype for many coins (#163)

Yes, it is faulty when you are pulling data for multiple coins at the same time

Sent from my Verizon, Samsung Galaxy smartphone


From: sigmund505 notifications@github.com Sent: Thursday, May 28, 2020 5:32:24 PM To: ericsomdahl/python-bittrex python-bittrex@noreply.github.com Cc: tjohnson310 tjohnson310@outlook.com; Author author@noreply.github.com Subject: Re: [ericsomdahl/python-bittrex] get_candles returns Nonetype for many coins (#163)

Anyone else having trouble with get_candles? I find that when I try to pull a data from a list of coin names, some of the coin names don't return candle profiles, but instead return Nonetype. All thoughts welcome!

Yes, I'm also getting:

TypeError: 'NoneType' object is not subscriptable in fill_missing_candles filled_list = [candles[0]]

Truly enjoyed Josiah Swaim's excellent article "Guide to Cryptocurrency Arbitrage: How I made 1% profit an hour" and hope to get this demo script running. Was able to get the Bittrex API_V2 issue to the correct lib install...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ericsomdahl/python-bittrex/issues/163#issuecomment-635619610, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHLE47HT3HYLVPH6NLGDQALRT3J6RANCNFSM4H644Y7A.

sigmund505 commented 4 years ago

Thanks!!!

On Thu, May 28, 2020 at 3:23 PM tjohnson310 notifications@github.com wrote:

Try to limit # of coins to 10 ish

Sent from my Verizon, Samsung Galaxy smartphone


From: Timothy Johnson tjohnson310@outlook.com Sent: Thursday, May 28, 2020 6:20:33 PM To: ericsomdahl/python-bittrex python-bittrex@noreply.github.com; ericsomdahl/python-bittrex reply@reply.github.com Cc: Author author@noreply.github.com Subject: Re: [ericsomdahl/python-bittrex] get_candles returns Nonetype for many coins (#163)

Yes, it is faulty when you are pulling data for multiple coins at the same time

Sent from my Verizon, Samsung Galaxy smartphone


From: sigmund505 notifications@github.com Sent: Thursday, May 28, 2020 5:32:24 PM To: ericsomdahl/python-bittrex python-bittrex@noreply.github.com Cc: tjohnson310 tjohnson310@outlook.com; Author < author@noreply.github.com> Subject: Re: [ericsomdahl/python-bittrex] get_candles returns Nonetype for many coins (#163)

Anyone else having trouble with get_candles? I find that when I try to pull a data from a list of coin names, some of the coin names don't return candle profiles, but instead return Nonetype. All thoughts welcome!

Yes, I'm also getting:

TypeError: 'NoneType' object is not subscriptable in fill_missing_candles filled_list = [candles[0]]

Truly enjoyed Josiah Swaim's excellent article "Guide to Cryptocurrency Arbitrage: How I made 1% profit an hour" and hope to get this demo script running. Was able to get the Bittrex API_V2 issue to the correct lib install...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub< https://github.com/ericsomdahl/python-bittrex/issues/163#issuecomment-635619610>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/AHLE47HT3HYLVPH6NLGDQALRT3J6RANCNFSM4H644Y7A

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ericsomdahl/python-bittrex/issues/163#issuecomment-635640141, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACPJ2VIXGFE4RKXNOPMVIODRT3P7VANCNFSM4H644Y7A .

tjohnson310 commented 4 years ago

Would love to collab on trading bots if anyone is open!


From: sigmund505 notifications@github.com Sent: Thursday, May 28, 2020 6:28:13 PM To: ericsomdahl/python-bittrex python-bittrex@noreply.github.com Cc: tjohnson310 tjohnson310@outlook.com; Author author@noreply.github.com Subject: Re: [ericsomdahl/python-bittrex] get_candles returns Nonetype for many coins (#163)

Thanks!!!

On Thu, May 28, 2020 at 3:23 PM tjohnson310 notifications@github.com wrote:

Try to limit # of coins to 10 ish

Sent from my Verizon, Samsung Galaxy smartphone


From: Timothy Johnson tjohnson310@outlook.com Sent: Thursday, May 28, 2020 6:20:33 PM To: ericsomdahl/python-bittrex python-bittrex@noreply.github.com; ericsomdahl/python-bittrex reply@reply.github.com Cc: Author author@noreply.github.com Subject: Re: [ericsomdahl/python-bittrex] get_candles returns Nonetype for many coins (#163)

Yes, it is faulty when you are pulling data for multiple coins at the same time

Sent from my Verizon, Samsung Galaxy smartphone


From: sigmund505 notifications@github.com Sent: Thursday, May 28, 2020 5:32:24 PM To: ericsomdahl/python-bittrex python-bittrex@noreply.github.com Cc: tjohnson310 tjohnson310@outlook.com; Author < author@noreply.github.com> Subject: Re: [ericsomdahl/python-bittrex] get_candles returns Nonetype for many coins (#163)

Anyone else having trouble with get_candles? I find that when I try to pull a data from a list of coin names, some of the coin names don't return candle profiles, but instead return Nonetype. All thoughts welcome!

Yes, I'm also getting:

TypeError: 'NoneType' object is not subscriptable in fill_missing_candles filled_list = [candles[0]]

Truly enjoyed Josiah Swaim's excellent article "Guide to Cryptocurrency Arbitrage: How I made 1% profit an hour" and hope to get this demo script running. Was able to get the Bittrex API_V2 issue to the correct lib install...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub< https://github.com/ericsomdahl/python-bittrex/issues/163#issuecomment-635619610>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/AHLE47HT3HYLVPH6NLGDQALRT3J6RANCNFSM4H644Y7A

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ericsomdahl/python-bittrex/issues/163#issuecomment-635640141, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACPJ2VIXGFE4RKXNOPMVIODRT3P7VANCNFSM4H644Y7A .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ericsomdahl/python-bittrex/issues/163#issuecomment-635641616, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHLE47EWBRIVDCSTEFXBOG3RT3QP3ANCNFSM4H644Y7A.