Skip to content

Commit 66c2c69

Browse files
authored
Update README.md
1 parent ac54fe8 commit 66c2c69

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ First step after cloning: `./install_requirements.sh`
1616
Second step: read [this](https://github.com/doruirimescu/python-trading/tree/master/Trading/live/scripts#readme)
1717

1818
### 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.
2022

2123
* Loan management [here](https://github.com/doruirimescu/python-trading/blob/master/Trading/loan/README.md)
2224
* Investment and precious metal model [here](https://github.com/doruirimescu/python-trading/blob/master/Trading/model/investment.py)
@@ -25,7 +27,22 @@ This repo is HUGE, and you will probably not need 90% of the things in here.
2527
* Alphaspread cli for stock analysis [here](https://github.com/doruirimescu/python-trading/tree/master/Trading/stock/alphaspread)
2628
* Rest api [here](https://github.com/doruirimescu/python-trading/tree/master/Trading/api)
2729
* Daily nasdaq 100 analysis with alphaspread [here](https://github.com/doruirimescu/python-trading/tree/master/Trading/generated)
28-
* Dividend growth analysis [here](https://github.com/doruirimescu/python-trading/blob/master/Trading/stock/yfinance/dividend_sustainability.py)
30+
* Dividend growth sustainability analysis [here](https://github.com/doruirimescu/python-trading/blob/master/Trading/stock/yfinance/dividend_sustainability.py)
31+
* Symbols management, this needs to be frameworked [here](https://github.com/doruirimescu/python-trading/tree/master/Trading/symbols)
32+
* Dealing with time [here](https://github.com/doruirimescu/python-trading/blob/master/Trading/utils/time.py). Always use these helpers.
33+
* Complex logical expressions: [criterion](https://github.com/doruirimescu/python-trading/blob/master/Trading/utils/criterion/readme.md)
34+
35+
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
45+
2946

3047
# Pipeline structure
3148
![automation_flow drawio](papers/automation-flow.png)

0 commit comments

Comments
 (0)