Added a graph I generated to the post.
This commit is contained in:
parent
5c8b966b46
commit
3632f8bf8d
17
content/post/day-trading-generating-training-data.md
Normal file
17
content/post/day-trading-generating-training-data.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
title: "Getting Into Day Trading: Analyzing The Moving Average"
|
||||
date: 2017-11-04T14:11:54-04:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
Now that we have a Julia environment good to go, and a dataset available, time to start doing some real analysis.
|
||||
|
||||
I know that I have this bit of data for the WLTW symbol, and what would be helpful is to see that data completely
|
||||
plotted in all of it's glory. Let's take a look at the closing costs (y) plotted against the date(x).
|
||||
|
||||
![Image](/img/post/WLTW_CLOSING_COSTS.png)
|
||||
|
||||
Not bad, we can see an ok trend going from January to December 2016. This data isn't very useful yet but it does
|
||||
showcase some awesome Julia packages.
|
||||
|
||||
|
BIN
static/img/post/WLTW_CLOSING_COSTS.png
Normal file
BIN
static/img/post/WLTW_CLOSING_COSTS.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
Loading…
Reference in New Issue
Block a user