Z verze
změnil(a) David Brazda
k 18.02.2023 20:45
Na verzi < 4.2 >
změnil(a) David Brazda
k 18.02.2023 21:56
< >
Popis verze: Při změně verze nebyl zadán žádný kometář.

Přehled

Rozpis

Na stránce změněno:
Obsah
... ... @@ -3,8 +3,11 @@
3 3  algo-trading basics [[https:~~/~~/algo-trading.readthedocs.io/en/latest/data-science-basics.html>>https://algo-trading.readthedocs.io/en/latest/data-science-basics.html]] a [[github>>https://github.com/awoo424/algotrading]]
4 4  
5 5  
6 += Python and stocks =
6 6  
8 +[[https:~~/~~/github.com/LastAncientOne/SimpleStockAnalysisPython>>https://github.com/LastAncientOne/SimpleStockAnalysisPython]]
7 7  
10 +
8 8  = Zajimavé indikátory =
9 9  
10 10  Podívat se na Prior SAR: The SAR value for previous period.
... ... @@ -21,3 +21,22 @@
21 21  \\a dale
22 22  Rsi divergence
23 23  [[https:~~/~~/github.com/SpiralDevelopment/RSI-divergence-detector>>url:https://github.com/SpiralDevelopment/RSI-divergence-detector]]
27 +
28 +
29 += AI =
30 +
31 +Zajimavý článek [[základy Recurrent Neural Networks>>http://karpathy.github.io/2015/05/21/rnn-effectiveness/]] a [[https:~~/~~/towardsdatascience.com/recurrent-neural-networks-rnns-3f06d7653a85>>https://towardsdatascience.com/recurrent-neural-networks-rnns-3f06d7653a85]]
32 +
33 +Příklad - [[singlefeature LSTM model in pytorch>>https://algo-trading.readthedocs.io/en/latest/integrated-strategy.html#single-feature-lstm-model]].
34 +
35 +[[Stock Machine learning algorithms on github>>https://github.com/LastAncientOne/Deep_Learning_Machine_Learning_Stock]]
36 +
37 +Zadání: predikční modely (HFT, 15s dt, střednědobý)
38 +
39 +* - learning data
40 +** vývoj ceny - timeseries relevantní frekvence (trades, 15s ohlc a třeba 1h(1d) ohlc)
41 +** dopočítané/doplněné sloupce k timeseries (indikátory, calendar data a další time related data)
42 +** další doplňující atributy - jako premarket, fair price, trend z minulých období, odhad dnešního dne(dopočítávaný), celkový sentiment(může doplňovat jiný [[model>>https://algo-trading.readthedocs.io/en/latest/sentiment-analysis.html]] z news)
43 +*
44 +
45 +