[Python!] 재미로 보는 스팀 가격 향방

in #kr6 years ago



illustration by @carrotcake

<hr /> <h3>재미로 보는 스팀의 가격 향방 <p dir="auto">지난번 prophet을 이용해 비트코인 가격 향방을 살펴봤는데요.<br /> <a href="https://busy.org/@yoon/4wtfau-python" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">[Python!] 지옥으로 가는(?) 비트코인 가격을 예측해보자. <p dir="auto">이번에는 재미로 스팀 가격이 어떻게 될지 보고자 합니다.<br /> 스팀 데이터를 코인마켓캡에서 가져와도 되는데, 야후 파이낸스에서 가격을 제공하네요. 기존에 짰던 명령어를 조금만 수정하면 되니 여기에서 가져옵니다. <p dir="auto"><code>STEEM = web.DataReader('STEEM-USD','yahoo',start,end) <h3>코드 입력 <p dir="auto">코드는 다음과 같습니다. <p dir="auto"><img src="https://images.hive.blog/768x0/https://ipfs.busy.org/ipfs/QmYC7h8yXKaJJAMAS56Eh7jgHad3mkkHvnw5Y1XMMBEGfv" alt="스크린샷 2018-11-23 오후 10.46.30.png" srcset="https://images.hive.blog/768x0/https://ipfs.busy.org/ipfs/QmYC7h8yXKaJJAMAS56Eh7jgHad3mkkHvnw5Y1XMMBEGfv 1x, https://images.hive.blog/1536x0/https://ipfs.busy.org/ipfs/QmYC7h8yXKaJJAMAS56Eh7jgHad3mkkHvnw5Y1XMMBEGfv 2x" /> <p dir="auto">2016년 4월 16일부터 가격이 있습니다. 종가가 0.4달러 정도였으니, 지금보다 비쌌네요. 충격. <p dir="auto"><img src="https://images.hive.blog/768x0/https://ipfs.busy.org/ipfs/Qmd98ziLP1TT7G7EjB7CdEQwJzbtUfmCzCB1eg75orTmws" alt="스크린샷 2018-11-23 오후 10.46.37.png" srcset="https://images.hive.blog/768x0/https://ipfs.busy.org/ipfs/Qmd98ziLP1TT7G7EjB7CdEQwJzbtUfmCzCB1eg75orTmws 1x, https://images.hive.blog/1536x0/https://ipfs.busy.org/ipfs/Qmd98ziLP1TT7G7EjB7CdEQwJzbtUfmCzCB1eg75orTmws 2x" /> <p dir="auto">그래프를 그려 봅니다. 급등과 급락을 반복하며, 지금은 가파르게 하락하고 있는 추세입니다. 시계열 ds와 종가 y만 정리합니다. <p dir="auto"><img src="https://images.hive.blog/768x0/https://ipfs.busy.org/ipfs/Qmby3ZEuhG9MiVJALTt8y7XEhZrTFD8aVxhQHdM3Ms22Es" alt="스크린샷 2018-11-23 오후 10.47.28.png" srcset="https://images.hive.blog/768x0/https://ipfs.busy.org/ipfs/Qmby3ZEuhG9MiVJALTt8y7XEhZrTFD8aVxhQHdM3Ms22Es 1x, https://images.hive.blog/1536x0/https://ipfs.busy.org/ipfs/Qmby3ZEuhG9MiVJALTt8y7XEhZrTFD8aVxhQHdM3Ms22Es 2x" /> <p dir="auto"><img src="https://images.hive.blog/768x0/https://ipfs.busy.org/ipfs/Qmc6QZ25PQZfwyXc3969iSpym3YyEMVNfTQL9Z4txpgkiL" alt="스크린샷 2018-11-23 오후 10.47.50.png" srcset="https://images.hive.blog/768x0/https://ipfs.busy.org/ipfs/Qmc6QZ25PQZfwyXc3969iSpym3YyEMVNfTQL9Z4txpgkiL 1x, https://images.hive.blog/1536x0/https://ipfs.busy.org/ipfs/Qmc6QZ25PQZfwyXc3969iSpym3YyEMVNfTQL9Z4txpgkiL 2x" /> <p dir="auto">하락이 이제 거의 막바지에 도달한 걸까요? 올해 말부터 상승으로 전환하는 걸로 예측하고 있습니다. 근데 그후에 다시 하락이... 재미로만 봐주세요. <p dir="auto"><img src="https://images.hive.blog/768x0/https://ipfs.busy.org/ipfs/Qmbyo2xUHMYnYzjyXaVoP9dP85HET2rmMG3Xx7452UrqaT" alt="스크린샷 2018-11-23 오후 10.48.50.png" srcset="https://images.hive.blog/768x0/https://ipfs.busy.org/ipfs/Qmbyo2xUHMYnYzjyXaVoP9dP85HET2rmMG3Xx7452UrqaT 1x, https://images.hive.blog/1536x0/https://ipfs.busy.org/ipfs/Qmbyo2xUHMYnYzjyXaVoP9dP85HET2rmMG3Xx7452UrqaT 2x" /> <h3>경향 분석 <p dir="auto">시기적으로 보았을 때 스팀은 11월이 약세였고, 12월부터 상승장에 들어가 1월에 가장 높았습니다. 2016년, 2017년 두 번의 통계를 바탕으로 한 겁니다. <p dir="auto">요일별로는 일요일에 가장 가격이 낮았고, 수요일이 가장 높았네요. 수요일에서 목요일로 넘어갈 때, 토요일에서 일요일로 넘어갈 때 하락장이 많았나 봅니다.
Sort:  

이대로만 된다면 1월에 팔고
다시 3월에 주워 담에 100만 스파 만들고 말겠습니다.
작년 12월 7일 부터 떡상했는데
그날을 기대해 봅니다 ㅋ

저도 마찬가지로 그렇게 할거 같아요 ㅋㅋ

작년 초반 가격으로 향하고 있는거군요
이젠 제발 반등했으면 합니다~
행복한 주말 되세요

반등 가즈아~~~

얼른 얼른 올라주렴 ㅎㅎㅎ

긍정면이 보이는 한번 해본거라 좋네요^^
56030FB5-AD5D-41AE-80BD-E5AB200B139B.jpeg

짱짱맨 호출에 응답하여 보팅하였습니다. 스팀잇을 시작하시는 친구들에게도 널리 알려주세요.

반등한 다음에 계속 쭈욱 쭉 올라갔으면 좋겠네요. ^^

재미난 분석 감사합니다 !!!

와...저렇게 보니 제대로 컵 & 핸들을 그렸었군요...

Hi @yoon!


Your UA account score is currently 4.661 which ranks you at #1592 across all Steem accounts.
Your rank has dropped 17 places in the last three days (old rank 1575).Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!

In our last Algorithmic Curation Round, consisting of 254 contributions, your post is ranked at #20.

Evaluation of your UA score:
  • Some people are already following you, keep going!
  • The readers appreciate your great work!
  • Good user engagement!

Feel free to join our @steem-ua Discord server

내년에 반등나오더라도 역시 대세상승은 힘들지않을까 생각은 듭니다...최소 2~3년은 조정기가 와야될거같은데....글 잘봤습니다~

어흑... 이제 그만 좀 내려갔음 좋겠어요.ㅜㅜ

떡상의 은총이 내리길.......

그래프대로라면 올해말에 상승장이 다시 오는군요~ㅎㅎ 재미있습니다.