-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
46 lines (34 loc) · 1.43 KB
/
index.Rmd
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
title: Análisis Técnico Usando Plotly
author: <a href="https://gcabrerag.rbind.io/"> <h3> Gabriel Cabrera </h3> </a> \newline Facultad de Economía y Negocios, Universidad de Chile, Chile
date: "2018/08/09 (updated: `r Sys.Date()`)"
output:
bookdown::html_document2:
toc: true
toc_float: true
toc_depth: 3
number_sections: true
theme: united
highlight: tango
df_print: paged
code_folding: show
self_contained: false
keep_md: false
encoding: "UTF-8"
---
---
> “The most valuable commodity I know of is information.”
>
> --- **Gordon Gekko**, personaje principal de la película de 1987 Wall Street y su secuela del 2010, Wall Street: Money Never Sleeps, interpretado por Michael Douglas.
---
# Introducción
El presente archivo es un ejemplo de análisis técnico usando la librería ploty en R para la cátedra Tópicos en Economía y Negocios Usando R de la Universidad de Chile. Para los interesados plotly también es un framework para crear dashboard en Python... en R está Shiny.
1. El código fuente en R:
* [R code](technical_analysis_with_plotly.nb.html)
<br>
2. El resultado del plotly:
* [Plotly](finale_plotly.html)
<br>
<center>
<iframe src="https://giphy.com/embed/WW3YU74Oi5nLa" width="480" height="259" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/reactiongifs-WW3YU74Oi5nLa"></a></p>
</center>