update switching fr logic for expected alpha

This commit is contained in:
2026-05-07 20:59:47 +00:00
parent 1bbb4797ce
commit e4bdb3f6a0
6 changed files with 122 additions and 60 deletions

View File

@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 1,
"id": "d1eed397",
"metadata": {},
"outputs": [],
@@ -22,7 +22,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 2,
"id": "c6151613",
"metadata": {},
"outputs": [],
@@ -32,7 +32,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"id": "d83c61e5",
"metadata": {},
"outputs": [
@@ -48,6 +48,7 @@
}
],
"source": [
"\n",
"config_update = {\n",
" # 'Config': {\n",
" # 'Price_Worsener_Aster': 0,\n",
@@ -57,15 +58,15 @@
" # },\n",
" 'Logging': {\n",
" 'Log_Summary_Each_Loop': False,\n",
" 'Print_Summary_Each_Loop': True,\n",
" },\n",
" 'Overrides': {\n",
" 'Allow_Ordering_Aster': True,\n",
" 'Allow_Ordering_Extend': True,\n",
" 'Allow_Symbol_Change': True,\n",
" # 'Flatten_Open_Positions': False,\n",
" # 'Flatten_Open_Positions_Opportunistic': False,\n",
" 'Print_Summary_Each_Loop': False,\n",
" },\n",
" # 'Overrides': {\n",
" # 'Allow_Ordering_Aster': True,\n",
" # 'Allow_Ordering_Extend': True,\n",
" # 'Allow_Symbol_Change': True,\n",
" # # 'Flatten_Open_Positions': False,\n",
" # # 'Flatten_Open_Positions_Opportunistic': False,\n",
" # },\n",
"}\n",
"VAL_KEY.publish('fr_orchestrator_input', json.dumps(config_update))"
]