Skip to content

Commit

Permalink
Update readME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PyPatel authored Oct 25, 2019
1 parent 2cea887 commit 58b3d07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BTC Trading: Regression on Price/readME.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
### Equation:
![equation](https://latex.codecogs.com/gif.latex?%5Clog_%7B10%7D%28Price%29%20%3D%20m%20*%20%5Clog_%7B10%7D%28%5Ctext%7Bdays%20since%20inception%7D%29%20+%20b)

Where m: slope of line
b: intercept
Where **m**: slope of line
**b**: intercept

### Data
You will need daily BTC prices since inception of Bitcoin. There is good amount of information available in [blockchain.info](https://www.blockchain.com/charts/market-price?timespan=all)
Expand All @@ -13,7 +13,7 @@ which can be downloaded in csv format.
If you want minute or even second level data, I recommend [Bitcoincharts API Dataset](http://api.bitcoincharts.com/v1/csv/)

### Results
Modelling above equation will give you below graph (Without Support line, Take it as a challenge and generate it, Need help. Send me a PM)
Modelling above equation will give you below graph without Support line (take it as a challenge and generate it. If you need help, Send me a PM)

![Log Normal Regression with Support line](https://raw.githubusercontent.com/PyPatel/Machine-Learning-and-AI-in-Trading/master/BTC%20Trading%3A%20Regression%20on%20Price/lognormal_reg_support.png)

Expand Down

0 comments on commit 58b3d07

Please sign in to comment.