Skip to content

Commit c50d6e7

Browse files
committed
v1.16.0-beta release
1 parent bbc91e3 commit c50d6e7

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,12 @@ organized, and you make the changes where they make sense and are easy to mainta
1414
The first step to getting started is to install from source. Our best suggestions is to use this in conjunction with an anaconda environment or a venv to make sure that you separate the production blankly from your local source.
1515

1616
1. First [fork](https://help.github.com/articles/fork-a-repo/) the repo to your own GitHub and then [clone](https://help.github.com/articles/cloning-a-repository/) it locally.
17-
18-
2. Create a new branch that highlights what you plan on changing:
19-
```bash
20-
$ git checkout -b MY_BRANCH_NAME
21-
```
22-
23-
4. Install testing dependencies
17+
2. Install testing dependencies
2418
```bash
2519
$ pip install pytest pytest_mock
2620
```
27-
5. Ensure that you have proper API keys on the various exchanges to run the test, or submit a PR, and we can run them.
21+
3. Ensure that you have proper API keys on the various exchanges to run the test, or submit a PR, and we can run them.
22+
1. Note that the keys should be placed inside `keys.json` at `./tests/config`
2823

2924
Now you should be up and running and installed from source.
3025

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ For more info, and ways to do more advanced things, check out our [getting start
173173
| FTX | 🟢 | 🟢 | 🟢 | 🟢 |
174174
| KuCoin | 🟢 | 🟡 | 🟢 | 🟢 |
175175
| Kraken | 🟡 | 🟡 | 🟡 | 🟡 |
176-
| Keyless Backtesting | | | 🟢 | 🟢 |
176+
| Keyless Backtesting | | | | 🟢 |
177177
| TD Ameritrade | 🔴 | 🔴 | 🔴 | 🔴 |
178178
| Webull | 🔴 | 🔴 | 🔴 | 🔴 |
179179
| Robinhood | 🔴 | 🔴 | 🔴 | 🔴 |
@@ -189,7 +189,7 @@ For more info, and ways to do more advanced things, check out our [getting start
189189

190190
We have a pre-built cookbook examples that implement strategies such as RSI, MACD, and the Golden Cross found in our [examples](https://docs.blankly.finance/examples/golden-cross).
191191

192-
The model below will run an RSI check every 30 minutes - **buying** below **30** and **selling** above **70** .
192+
The model below will run an RSI check every 30 minutes - **buying** below **30** and **selling** above **70**. Try switching the exchange and assets and see how it instantly works on Binance, Coinbase Pro or anything else you trade on.
193193

194194
```python
195195
import blankly

0 commit comments

Comments
 (0)