Nick Cottrell
Results
2
issues of
Nick Cottrell
ready in PR_SUBMISSION.txt This PR improves code quality and reliability across FinRL. It removes bare exception handlers that previously hid critical failures (including in paper trading), restores a missing import...
Fixes #530 ## Problem The `add_horizontal_line_to_candle_chart` and `add_horizontal_line_to_extra_chart` methods were rejecting `line_style='dashed'` with a `ValueError`, even though dashed lines are documented as supported. ## Solution Added `'dashed'` as a valid...