From 136533ac2b28d7f2e7f19e4a118f08dad4de92fe Mon Sep 17 00:00:00 2001 From: jaketothepast Date: Fri, 15 Dec 2017 11:24:06 -0500 Subject: [PATCH] typo --- content/post/day-trading-generating-training-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/day-trading-generating-training-data.md b/content/post/day-trading-generating-training-data.md index a51e3d8..3623f95 100644 --- a/content/post/day-trading-generating-training-data.md +++ b/content/post/day-trading-generating-training-data.md @@ -27,7 +27,7 @@ q = @from i in data begin end p = (q, y=:close, Geom.Point, Guide.Title("Closing Costs: WLTW - 2016")) -draw(PNG("wltw_closing_costs.png, 6inch, 4inch), p) +draw(PNG("wltw_closing_costs.png", 6inch, 4inch), p) ``` Now I'd like to add the plots for the 3-day SMA, and the 5-day SMA to the plot of WLTW closing costs. What these