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

Přehled

Rozpis

Na stránce změněno:
Obsah
... ... @@ -1,5 +1,19 @@
1 1  = Resources =
2 2  
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]]
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 +
8 += Zajimavé indikátory =
9 +
10 +Podívat se na Prior SAR: The SAR value for previous period.
11 +Extreme Point (EP): The highest high of the current uptrend.
12 +Acceleration Factor (AF): Starting at 0.02, increases by 0.02 each time the extreme point makes a new high. AF can only reach a maximum of 0.2, no matter how long the uptrend extends.
13 +\\Dále se podívat na Commodity Channel Index (CCI)
14 +The Commodity Channel Index (CCI) helps identify price reversals, price extremes, and trend strength.
15 +Developed by Donald Lambert, CCI is a momentum-based oscillator used to help determine when an investment vehicle is reaching a condition of being overbought or oversold. Popis zde - vyzkouset
16 +[[https:~~/~~/algo-trading.readthedocs.io/en/latest/technical-analysis.html>>url:https://algo-trading.readthedocs.io/en/latest/technical-analysis.html]]
17 +\\a dale
18 +Rsi divergence
19 +[[https:~~/~~/github.com/SpiralDevelopment/RSI-divergence-detector>>url:https://github.com/SpiralDevelopment/RSI-divergence-detector]]