mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-16 01:28:05 +00:00
TR and ATR
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{
|
||||
"data": {
|
||||
"text/html": [
|
||||
"<div><div></div><div></div><div><strong>Installed Packages</strong><ul><li><span>QuantLib, 1.0.7</span></li><li><span>TALib.NETCore, 0.4.4</span></li></ul></div></div>"
|
||||
"<div><div></div><div></div><div><strong>Installed Packages</strong><ul><li><span>QuanTAlib, 0.1.10-beta</span></li><li><span>TALib.NETCore, 0.4.4</span></li></ul></div></div>"
|
||||
]
|
||||
},
|
||||
"metadata": {},
|
||||
@@ -24,7 +24,7 @@
|
||||
],
|
||||
"source": [
|
||||
"#r \"nuget: TALib.NETCore, 0.4.4\" \n",
|
||||
"#r \"nuget:QuanTAlib\" \n",
|
||||
"#r \"nuget: QuanTAlib, 0.1.10-beta\" \n",
|
||||
"\n",
|
||||
"using QuanTAlib;\n",
|
||||
"using TALib;\n"
|
||||
@@ -43,13 +43,12 @@
|
||||
},
|
||||
"outputs": [
|
||||
{
|
||||
"data": {
|
||||
"text/html": [
|
||||
"<div class=\"dni-plaintext\">1394</div>"
|
||||
]
|
||||
},
|
||||
"metadata": {},
|
||||
"output_type": "display_data"
|
||||
"ename": "Error",
|
||||
"evalue": "(1,1): error CS0246: The type or namespace name 'YAHOO_Feed' could not be found (are you missing a using directive or an assembly reference?)",
|
||||
"output_type": "error",
|
||||
"traceback": [
|
||||
"(1,1): error CS0246: The type or namespace name 'YAHOO_Feed' could not be found (are you missing a using directive or an assembly reference?)"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
|
||||
+2
-1
@@ -42,7 +42,8 @@
|
||||
| AFIRMA - Autoregressive Finite Impulse Response Moving Average |||||
|
||||
| ALMA - Arnaud Legoux Moving Average |||✔️|✔️|
|
||||
| ARIMA - Autoregressive Integrated Moving Average |||||
|
||||
| ATR - Average True Range ||✔️|✔️|✔️|
|
||||
| ATR - Average True Range |✔️|✔️|✔️|✔️|
|
||||
| ATRP - Average True Range Percent |✔️||✔️||
|
||||
| DEMA - Double EMA |✔️|✔️|✔️|✔️|
|
||||
| EMA - Exponential Moving Average |✔️|✔️|✔️|✔️|
|
||||
| EPMA - Endpoint Moving Average |||✔️||
|
||||
|
||||
Reference in New Issue
Block a user