├── LICENSE ├── README.md ├── Section 1 ├── How to Handle Trading data using Python.ipynb ├── Use Python & Pandas with time series data.ipynb └── stock │ ├── WIKI-AAPL.csv │ └── WIKI-FB.csv ├── Section 2 ├── README.md ├── Video 2.1.ipynb ├── Video 2.2.ipynb └── Video 2.4.ipynb ├── Section 3 ├── Code+Demo+Section+3.html ├── Code+Demo+Section+3.ipynb └── README.md └── Section 4 ├── FXCM.ipynb └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Trading-Bots/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Trading-Bots/HEAD/README.md -------------------------------------------------------------------------------- /Section 1/How to Handle Trading data using Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Trading-Bots/HEAD/Section 1/How to Handle Trading data using Python.ipynb -------------------------------------------------------------------------------- /Section 1/Use Python & Pandas with time series data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Trading-Bots/HEAD/Section 1/Use Python & Pandas with time series data.ipynb -------------------------------------------------------------------------------- /Section 1/stock/WIKI-AAPL.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Trading-Bots/HEAD/Section 1/stock/WIKI-AAPL.csv -------------------------------------------------------------------------------- /Section 1/stock/WIKI-FB.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Trading-Bots/HEAD/Section 1/stock/WIKI-FB.csv -------------------------------------------------------------------------------- /Section 2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Trading-Bots/HEAD/Section 2/README.md -------------------------------------------------------------------------------- /Section 2/Video 2.1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Trading-Bots/HEAD/Section 2/Video 2.1.ipynb -------------------------------------------------------------------------------- /Section 2/Video 2.2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Trading-Bots/HEAD/Section 2/Video 2.2.ipynb -------------------------------------------------------------------------------- /Section 2/Video 2.4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Trading-Bots/HEAD/Section 2/Video 2.4.ipynb -------------------------------------------------------------------------------- /Section 3/Code+Demo+Section+3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Trading-Bots/HEAD/Section 3/Code+Demo+Section+3.html -------------------------------------------------------------------------------- /Section 3/Code+Demo+Section+3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Trading-Bots/HEAD/Section 3/Code+Demo+Section+3.ipynb -------------------------------------------------------------------------------- /Section 3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Trading-Bots/HEAD/Section 3/README.md -------------------------------------------------------------------------------- /Section 4/FXCM.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Trading-Bots/HEAD/Section 4/FXCM.ipynb -------------------------------------------------------------------------------- /Section 4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Trading-Bots/HEAD/Section 4/README.md --------------------------------------------------------------------------------