englipan / 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 254 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.

Data sources

I downloaded trade data from 11/12/2019 - 11/11/2020 from here. From 11/12/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 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

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