Add figures to report to finish project 6

This commit is contained in:
2020-10-15 13:09:57 -04:00
parent 9464943f75
commit 66ffe6d11b
2 changed files with 19 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import pandas as pd
import datetime as dt import datetime as dt
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
import TheoreticallyOptimalStrategy as tos import TheoreticallyOptimalStrategy as tos
from util import plot_data, get_data from util import get_data
from marketsim.marketsim import compute_portvals from marketsim.marketsim import compute_portvals
from optimize_something.optimization import calculate_stats from optimize_something.optimization import calculate_stats

View File

@@ -1,6 +1,24 @@
# Indicators # Indicators
## SMA and EMA
![SMA and EMA](figure_1.png)
## SMA/Price
![SMA/Price](figure_2.png)
## Bollinger Band
![Bollinger Band](figure_3.png)
## RSI
![RSI](figure_4.png)
## MACD
![MACD](figure_5.png)
# Optimal Strategy # Optimal Strategy