feat(algo): Made algo 100% market_regime compliant. Added epsilon. Tested. Increased regime calcs per tick
This commit is contained in:
@@ -1239,8 +1239,9 @@ def test_siloqy_actors_with_nautilus_process_management():
|
|||||||
exec_clients={} # No execution clients for this test
|
exec_clients={} # No execution clients for this test
|
||||||
)
|
)
|
||||||
|
|
||||||
node = TradingNode(config=trading_config)
|
node = TradingNode(config=trading_config)
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
node.build()
|
node.build()
|
||||||
print("Node built successfully with Nautilus built-in process management")
|
print("Node built successfully with Nautilus built-in process management")
|
||||||
|
|||||||
Reference in New Issue
Block a user