williamchenwl / trace-ark-trades

Record all purchases and sales made by ARK Invest from 11/12/2019 to the present and visualize these trades via TradingView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trace-ark-trades

This project records all purchases and sales made by ARK Invest from 11/12/2019 to the present and utilizes Pine script to visualize these trades in TradingView. It includes trade records of 256 stocks. Through analyzing these trades, I think it's an excellent beginning to investigate how ARK invests and build your own investing system. BTW, you can combine some charting tools, technical indicators, and my scripts to analyze your stocks in TradingView.

🌟 New features

  • Count how many Ark ETFs sold/bought your stock on the same day

    tsla

    For example, ARKW and ARKQ sold TSLA on 12/3/2020. We mark "Γ—2" on the label of 12/3/2020.

  • View the trading records of each ETF on your stock

    • Click the Settings in indicator legend

      setting

    • Choose an ETF which your stock belong to

      change_inputs

    • Check the Sell/Buy information (share volume and percentage of ETF of Sell/Buy)

      etf

πŸ“ƒ Data sources

I get trade data from 11/12/2019 - 9/24/2020 in this pdf. From 9/25/2020 to the present, I collected the trade records via subscribing to ARK's trade notifications. You can subscribe to the services from here. ARK will email its trading log to you daily.

πŸ“ Instructions

I will use Tesla Inc (TSLA) as an example to show how to use this project.

  • Access TradingView website

  • Type the ticker in the search bar

    type-the-ticker

  • Move to the full-featured chart

    Access-full-featured-chart

  • Find the ticker's folder (Ctrl+F) and copy the script from the .pinescript file

    copy-the-script

  • Paste the script in the Pine Editor section and add to the chart

    paste-the-script

πŸ’‘ Tips

There are some tips to help you to analyze your stocks.

  • Use tools provided by TradingView (Using Resistance Line as an example)

    tools

  • Add technical indicators (Using MACD as an example)

    add_indicator

    macd

  • Add source code of technical indicators to my script (Using Bollinger Bands as an example)

    indicator_source_code

    add_indicator_code

πŸ”— Other resources

⚠️ Disclaimer

This project is for educational and entertainment purposes only. The information herein may be inaccurate or outdated. It is your responsibility to verify all information. Your investments are solely your own responsibility. It is very important for you to conduct your own research or consult a financial adviser before you make any investment decisions. The author accepts no responsibility for buying or selling decisions made using the information provided by this repository.

πŸ… Thank you

I got inspired by a video made by this Youtuber. I follow his idea to finish this project. He did lots of awesome videos to analyze the company's finances and introduce math knowledge behind the stock indicator. If you'd like to learn how to invest, I strongly recommend you to subscribe to his youtube channel.

About

Record all purchases and sales made by ARK Invest from 11/12/2019 to the present and visualize these trades via TradingView