Mark 92eb7db4c5 refactor: update test file to use new standardized method names
Update test_decision.py to work with refactored core modules.

Changes:
- Removed wildcard imports, using explicit imports:
  - from decisionManager_v2 import DecisionManager
  - from indicators_v2 import ind_BB
  - from signals_v2 import sig_BB
- Updated method calls to use snake_case naming:
  - test.getRetroTrendAns() → test.get_retro_trend_answer()
  - test.generateMatrixProbabilityFromDict() → test.generate_matrix_probability_from_dict()
  - test.getOnlineAns() → test.get_online_answer()
- Updated variable names to snake_case:
  - sigAgrReq → sig_agr_req
  - sigAgrRetroTemplate → sig_agr_retro_template
  - retroAns → retro_ans
  - sigAgrData → sig_agr_data
- Improved spacing and formatting for PEP 8 compliance

The test file now follows the same coding standards as the refactored
core modules and maintains compatibility with all renamed methods.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 18:38:42 +01:00
2023-12-14 21:46:12 +02:00
2024-03-15 20:15:46 +01:00
2022-06-10 13:44:30 +03:00
2022-10-27 14:28:55 +03:00
2022-08-18 12:06:11 +03:00
2024-03-15 20:15:46 +01:00
2024-03-15 20:15:46 +01:00
2022-02-25 12:55:39 +03:00

marketTrade

Description
No description provided
Readme 3 MiB
Languages
Jupyter Notebook 99.2%
Python 0.8%