daily fix

This commit is contained in:
David Brazda
2024-10-21 13:47:54 +02:00
parent 149c6fd00e
commit 1906bb8eec
4 changed files with 24 additions and 11 deletions

View File

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 2,
"metadata": {},
"outputs": [
{
@ -16,10 +16,10 @@
{
"data": {
"text/plain": [
"['CUVWAP']"
"['CUVWAP', 'DIVRELN']"
]
},
"execution_count": 8,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
@ -38,7 +38,10 @@
"#vwap_cum_d = vbt.indicator(\"ttools:CUVWAP\").run(s12_data.high, s12_data.low, s12_data.close, s12_data.volume, anchor=\"D\", drag=50)\n",
"#vwap_lin_angle = vbt.indicator(\"talib:LINEARREG_ANGLE\").run(vwap_cum_d.vwap, timeperiod=2)\n",
"\n",
"vbt.IF.list_indicators(\"ttools\")\n"
"vbt.IF.list_indicators(\"ttools\")\n",
"\n",
"\n",
"\n"
]
}
],