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

Přehled

Rozpis

Na stránce změněno:
Obsah
... ... @@ -3,6 +3,8 @@
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 +
7 +
6 6  = Zajimavé indikátory =
7 7  
8 8  Podívat se na Prior SAR: The SAR value for previous period.
... ... @@ -19,19 +19,3 @@
19 19  \\a dale
20 20  Rsi divergence
21 21  [[https:~~/~~/github.com/SpiralDevelopment/RSI-divergence-detector>>url:https://github.com/SpiralDevelopment/RSI-divergence-detector]]
22 -
23 -
24 -= AI =
25 -
26 -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]]
27 -
28 -
29 -predikční modely (HFT, 15s dt, střednědobý)
30 -
31 -* - learning data
32 -** vývoj ceny - timeseries relevantní frekvence (trades, 15s ohlc a třeba 1h(1d) ohlc)
33 -** dopočítané/doplněné sloupce k timeseries (indikátory, calendar data a další time related data)
34 -** 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)
35 -*
36 -
37 -