feat: add examples/ folder, CONTRIBUTING.md, Norgate export script, a…#25
Open
Suriya-002 wants to merge 1 commit intomainfrom
Open
feat: add examples/ folder, CONTRIBUTING.md, Norgate export script, a…#25Suriya-002 wants to merge 1 commit intomainfrom
Suriya-002 wants to merge 1 commit intomainfrom
Conversation
…nd tests (tasks 1, 11)
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.
Tasks 1 & 11 from the contributor task list.
examples/ folder (Task 1):
3 strategy examples with heavy inline comments (SMA trend filter, volume spike entry, gap-up overnight with SPY regime filter)
3 config examples (single symbol quick test, Nasdaq 100 portfolio run, stress test with noise/sweep/block MC)
1 Jupyter notebook showing ML feature classification workflow on ml_features.parquet
CONTRIBUTING.md (Task 11):
Dev environment setup, how to add a strategy (4-step plugin process), how to run the test suite, PR checklist
Norgate export script:
scripts/norgate_to_parquet.py — uses the existing services/norgate_service.py wrapper to iterate over a watchlist and export OHLCV to parquet
Tests:
tests/test_example_strategies.py — 15 tests covering all 3 example strategies (15/15 passing)
pytest tests/test_example_strategies.py -v → all green