Allen1212 / 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 348 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.

If you wanna support this project, feel free to buy me a coffee:

"Buy Me A Coffee"

🌟 New features

  • Add timeline file to record newly opened and closed positions

  • Add data directory to collect the ARK trading records from 10/16/2020 in JSON

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

    aapl

    For example, ARKF, ARKG, and ARKQ sold AAPL on 1/8/2021. We mark "Γ—3" on the label of 1/8/2021.

  • 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

    • Observe the Sell/Buy information(share volume) and stock weight in the ETF

      etf

πŸ“ƒ Data sources

I get trade data from 11/12/2019 - 10/15/2020 in this pdf. From 10/16/2020 to the present, the stock's share change is calculated using its day to day position in ARK's holdings. You can check ARK's holdings from ARK's website.

πŸ“ 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