Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vnegi10/montecarlo_price_analysis
https://github.com/vnegi10/montecarlo_price_analysis
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vnegi10/montecarlo_price_analysis
- Owner: vnegi10
- Created: 2022-06-12T22:59:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T21:10:39.000Z (almost 2 years ago)
- Last Synced: 2024-11-29T03:13:03.825Z (about 1 month ago)
- Language: Julia
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MonteCarlo_price_analysis
In this Pluto notebook, we will predict prices of various assets (stocks, cryptos etc.) by
using Monte Carlo simulations. Historical price data is obtained via the Alpha Vantage API,
which is implemented using the [AlphaVantage.jl](https://github.com/ellisvalentiner/AlphaVantage.jl) package.## API key
You will need to create an API key. It can be done for
free [here.](https://www.alphavantage.co/support/#api-key)## How to use?
Install Pluto.jl (if not done already) by executing the following commands in your Julia REPL:
using Pkg
Pkg.add("Pluto")
using Pluto
Pluto.run()Clone this repository and open **MonteCarlo_notebook.jl** in your Pluto browser window. That's it!
You are good to go.