You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,18 @@
5
5
The Investing Algorithm Framework is a python framework to build investment algorithms. It encourages rapid development and clean,
6
6
pragmatic design. It is free for personal usage and open source.
7
7
8
-
In most cases, you'll probably never have to change code on this repo directly if you are building your own algorithm/bot. But if you do, check out CONTRIBUTING.md
8
+
In most cases, you'll probably never have to change code on this repo directly if you are building your algorithm/bot. But if you do, check out CONTRIBUTING.md
9
9
10
10
If you'd like to chat with investing-algorithm-framework users and developers, [join us on Slack](https://inv-algo-framework.slack.com)
11
11
12
12
#### Disclaimer
13
-
If you use this framework for your investments, do not risk money which you are afraid to lose. We can't stress this
14
-
enough:
13
+
If you use this framework for your investments, do not risk money which you are afraid to lose. We can't stress this
14
+
enough:
15
15
16
-
BEFORE YOU START USING MONEY WITH THE FRAMEWORK, MAKE SURE THAT YOU TESTED YOUR COMPONENTS THOROUGHLY. USE THE SOFTWARE AT
16
+
BEFORE YOU START USING MONEY WITH THE FRAMEWORK, MAKE SURE THAT YOU TESTED YOUR COMPONENTS THOROUGHLY. USE THE SOFTWARE AT
17
17
YOUR OWN RISK. THE AUTHORS AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR INVESTMENT RESULTS.
18
18
19
-
Also, make sure that you read the source code of any plugin you use or implementation of an algorithm made with this
19
+
Also, make sure that you read the source code of any plugin you use or implementation of an algorithm made with this
to understand the requirements before sending your pull-requests.
45
45
46
-
**Note** before starting any major new feature work, *please open an issue describing what you are planning to do* or talk to us on [Slack](https://join.slack.com/t/investingbots/shared_invite/enQtODgwNTg3MzA2MjYyLTdiZjczZDRlNWJjNDdmYThiMGE0MzFhOTg4Y2E0NzQ2OTgxYjA1NzU3ZWJiY2JhOTE1ZGJlZGFiNDU3OTAzMDg).
46
+
**Note** before starting any major new feature work, *please open an issue describing what you are planning to do* or talk to us on [Slack](https://join.slack.com/t/investingbots/shared_invite/enQtODgwNTg3MzA2MjYyLTdiZjczZDRlNWJjNDdmYThiMGE0MzFhOTg4Y2E0NzQ2OTgxYjA1NzU3ZWJiY2JhOTE1ZGJlZGFiNDU3OTAzMDg).
47
47
This will ensure that interested parties can give valuable feedback on the feature, and let others know that you are working on it.
48
48
49
49
**Important:** Always create your feature or hotfix against the `develop` branch, not `master`.
0 commit comments