-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
41 lines (41 loc) · 1.62 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
1. Add option to search only stocks, not ETFs from config
- DONE
2. Provide trade scoring system
3. Provide price range for what price movement you can expect &
in what time period
4. Provide Alerts, logs, confirmation for positions
5. Downloader
- sectors
- stock
- all in one
- DONE
- if running before market opens (no data for 'today'), getting data from 'yesterday'
6. Study plotter w/ candles & timeframes
7. SignalMaker
- Consider different strategies
- How long you should hold
- What combination of EMAs & timeframes is the best for profits
- Add profits & days held
- Divide by year, all, custom time
8. DB_updater
- if it does not exists download all data, create db
- if exists download onyly missing days
- download 1h and aggregate?
- download 1h, 1d, 1w?
9. Study before running and tell user if wnts to proceeds w/ defaults
or optimized values
- use ML to reduce cost function, etc
10. Provide "best candidates"
- price < 100
- low whipsaws in 1D frame (do manually in the beginning, later programatically)
11. Have "Journal" mode to revise & add manually trades
12. Each month generate report with positions, pl, drawdowns, stats of trades,
month performance, ytd, all
13. Implement cache
14. Implement downloading only missing data/database
15. Figure the error "json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)"
16. Pre-filter securities qith ATM prices > 2.8, for now
17. Draw daily some bonds information
18. Do a daily update for positions that you have open
19. Add long term positions?
20. Fix: on Friday 2021-04-02 was closed the market, and now it gives erro, since "yesterday" has no data