Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- randomforest
- sarima
- 데이터분석
- lstm
- TimeSeries
- 빅데이터분석기사
- 파이썬 주식
- 백테스트
- GridSearchCV
- 볼린저밴드
- docker
- PolynomialFeatures
- Python
- 변동성돌파전략
- hackerrank
- 파이썬
- Quant
- 코딩테스트
- ADP
- 비트코인
- 파트5
- 프로그래머스
- SQL
- backtest
- 실기
- 주식
- 데이터분석전문가
- Crawling
- 토익스피킹
- Programmers
Archives
- Today
- Total
목록backtest (5)
데이터 공부를 기록하는 공간

## 2021.01.23 1. 라이브러리 임포트 from pandas_datareader import data as pdr import pandas as pd import yfinance as yf import matplotlib.pyplot as plt import numpy as np import time from pykrx import stock # matplotlib 한글 폰트 출력코드 import matplotlib from matplotlib import font_manager, rc import platform try : if platform.system() == 'Windows': # 윈도우인 경우 font_name = font_manager.FontProperties(fna..
STOCK/변동성돌파전략
2021. 1. 23. 23:03