Code Monkey home page Code Monkey logo

beatrader's Introduction

Be A TradeR

此頁網址:https://goo.gl/I5rYG9

##共筆:https://goo.gl/YZP3Fq

##Forum:http://goo.gl/vqFaEA

課程教學文件:https://goo.gl/JPorYm

Slides:

環境設定

安裝套件

  1. 執行以下指令:
pkgs <- c("quantmod", "PerformanceAnalytics", "foreach",
          "quantstrat", "httr", "rvest", "stringr",
          "RSQLite", "RMySQL", "dplyr", "e1071", "xgboost",
          "ada")
repos.list <- c("http://140.112.170.201/R", "http://45.33.57.118/R", "http://datasci-info.github.io/R")
install.packages(pkgs, repos = sample(repos.list, 1, prob = c(3, 5, 2)))
  1. 可能會出現以下選項,請選:n

環境安裝教學與簡易除錯影片

https://www.youtube.com/playlist?list=PLLSknrdOLKyExmSXobXQebQUg2kESYGIe

For Mac

Install gfortran
curl -O http://r.research.att.com/libs/gfortran-4.8.2-darwin13.tar.bz2
sudo tar fvxz gfortran-4.8.2-darwin13.tar.bz2 -C /

For Windows

Maybe Need Rtools

https://cran.r-project.org/bin/windows/Rtools/

beatrader's People

Contributors

c3h3 avatar dboyliao avatar everdark avatar kuiming avatar leoluyi avatar mnasia1 avatar whizzalan avatar wush978 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.