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:
-
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
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
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.
I will use Tesla Inc (TSLA) as an example to show how to use this project.
-
Access TradingView website
- Enter https://www.tradingview.com in your browser.
-
Type the ticker in the search bar
-
Move to the full-featured chart
-
Find the ticker's folder (Ctrl+F) and copy the script from the .pinescript file
-
Paste the script in the Pine Editor section and add to the chart
There are some tips to help you to analyze your stocks.
-
Use tools provided by TradingView (Using Resistance Line as an example)
-
Add technical indicators (Using MACD as an example)
-
Add source code of technical indicators to my script (Using Bollinger Bands as an example)
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.
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.