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
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ First step after cloning: `./install_requirements.sh`
16
16
Second step: read [this](https://github.com/doruirimescu/python-trading/tree/master/Trading/live/scripts#readme)
17
17
18
18
### Navigation
19
-
This repo is HUGE, and you will probably not need 90% of the things in here.
19
+
This repo is **HUGE**, and you will probably not need 90% of the things in here.
20
+
21
+
There is a lot of code that deals with data from [xAPI](http://developers.xstore.pro/documentation/). You can make a demo account [here](https://www.xtb.com/cy) and try the more advanced features of this repo, but most of the software here is self-contained.
Whenever something really important comes up, it is eventually extracted as a standalone repo, and becomes an external dependency such as:
36
+
*[Stateful Data Processor](https://github.com/doruirimescu/stateful-data-processor/tree/master)
37
+
*[Exception With Retry](https://github.com/doruirimescu/exception-with-retry)
38
+
39
+
### Papers
40
+
Yes, I write papers. Some are more mathematical, some are light reads, other are unpublished manuscripts kept in a folder in my room.
41
+
*[Light read] A method for classifying and assessing trades based on exit and entry conditions [here](https://github.com/doruirimescu/python-trading/blob/master/papers/bounded_unbounded_trades.md)
42
+
*[Heavy maths] Optimal risk management, basically an independent derivation of Kelly's criterion [here](https://github.com/doruirimescu/python-trading/blob/master/papers/Optimal%20risk%20management.pdf)
43
+
*[Trading strategy] A Quantitative Approach to Selecting Stocks in a Ranging Market [here](https://github.com/doruirimescu/python-trading/blob/master/papers/ranging_market.md)
44
+
*[My magnum opum strategy][This](https://github.com/doruirimescu/python-trading/blob/master/papers/mean_reversion_strategy.md) is a work in progress, residing mostly in my head and on scattered papers
0 commit comments