Develop#82
Open
EiJackGH wants to merge 20 commits intosentinel-input-validation-11889021400264498482from
Open
Conversation
…and redundant header printing. Enhance the final simulation report with an ASCII box layout, adding ROI, trade counts, and strategy comparison for better UX. Update tests to reflect changes. Co-authored-by: EiJackGH <172181576+EiJackGH@users.noreply.github.com>
…dency, and enhance CLI UX with ASCII dashboard. - Restore `bitcoin.py` with `get_bitcoin_price` and `calculate_value` functions to resolve `ModuleNotFoundError`. - Add `requests` to `requirements.txt`. - Fix Flake8 linting errors in `bitcoin_trading_simulation.py`, `test_bitcoin.py`, and `test_simulation.py` (whitespace, blank lines, imports). - Enhance `bitcoin_trading_simulation.py` final report with an ASCII box layout, ROI, and trade stats. - Consolidate `Colors` class in `bitcoin_trading_simulation.py` and remove duplicate `argparse` import. Co-authored-by: EiJackGH <172181576+EiJackGH@users.noreply.github.com>
…4789726884231400 🎨 Palette: Enhance CLI Report with ASCII Dashboard & Stats
- Added `countdown` function with 1-second delays. - Countdown respects `--quiet` and `--no-color` flags. - Countdown is only shown in interactive terminals (`sys.stdout.isatty()`). - Fixed repository health by removing tracked `__pycache__` files. Co-authored-by: EiJackGH <172181576+EiJackGH@users.noreply.github.com>
Create GitHub-Badges.md
…-17097133948516609401 Add countdown before simulation starts
- Validate 'days', 'initial-cash', 'initial-price', and 'volatility' to ensure positive/non-negative values. - Display user-friendly error messages in red (unless --no-color is used) and exit with code 1 on failure. - Add 'test_cli_args.py' to verify invalid inputs and error handling. - Improve UX by preventing simulation crashes with cryptic Python tracebacks. Co-authored-by: EiJackGH <172181576+EiJackGH@users.noreply.github.com>
… workflow - Add `src/main.rs` to satisfy the Cargo.toml build target. - Add `target/` to `.gitignore` to prevent build artifacts from polluting the repo. - Remove `.github/workflows/terraform.yml` as no Terraform configuration exists. Co-authored-by: EiJackGH <172181576+EiJackGH@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.