|
|
a22f4a444a
|
refactor: Simplify trading_plans table structure with TinyLog engine
|
2025-02-11 17:59:38 -08:00 |
|
|
|
19f06601d9
|
refactor: Simplify trading plans table structure with MergeTree engine and default values
|
2025-02-11 17:58:13 -08:00 |
|
|
|
7ccb5a8065
|
refactor: Simplify trading plans table structure with Log engine
|
2025-02-11 17:56:59 -08:00 |
|
|
|
b327062a6d
|
refactor: Simplify trading plans table creation with Memory engine
|
2025-02-11 17:51:35 -08:00 |
|
|
|
26c8d83451
|
refactor: Simplify trading_plans table creation with MergeTree engine
|
2025-02-11 17:50:20 -08:00 |
|
|
|
7b6d890d7e
|
feat: Update ClickHouse table creation with ReplacingMergeTree and DateTime64
|
2025-02-11 17:48:38 -08:00 |
|
|
|
f9c8d43a86
|
fix: Update ClickHouse table creation syntax for trading plans
|
2025-02-11 17:45:52 -08:00 |
|
|
|
34c006e360
|
refactor: Reorder TradingPlan dataclass fields to comply with Python requirements
|
2025-02-11 17:43:49 -08:00 |
|
|
|
4730499ae2
|
feat: Add trading plans page to Streamlit app with full CRUD functionality
|
2025-02-11 17:42:10 -08:00 |
|
|
|
8440171a08
|
feat: Add functions to get and update trading plans
|
2025-02-11 17:40:04 -08:00 |
|
|
|
ca4ceabc40
|
feat: Add trading plan model and database schema for managing trading strategies
|
2025-02-11 17:38:11 -08:00 |
|
|
|
a4bf153097
|
feat: Add run_migration.py to resolve Python module import issues
|
2025-02-11 07:10:14 -08:00 |
|
|
|
8c11af9c05
|
feat: Add migration script to include direction field in trades table
|
2025-02-11 07:07:28 -08:00 |
|
|
|
483fcf7ba9
|
refactor: Update TradeEntry to support buy and sell orders with optional fields
|
2025-02-11 07:06:17 -08:00 |
|
|
|
77a067a22e
|
feat: Add direction field to TradeEntry and update trades table schema
|
2025-02-11 07:05:58 -08:00 |
|
|
|
b9116a55a2
|
feat: Enhance trade entry form to support buy and sell order workflows
|
2025-02-11 07:02:51 -08:00 |
|
|
|
c238bf45ed
|
feat: Add buy/sell direction selector to trading journal page
|
2025-02-11 06:59:10 -08:00 |
|
|
|
695259f3be
|
refactor: Remove navigation buttons from strategy guide page
|
2025-02-10 23:32:07 -08:00 |
|
|
|
c1445fc5e3
|
refactor: Replace st.switch_page() with session state navigation
|
2025-02-10 23:31:01 -08:00 |
|
|
|
83e2cde08a
|
feat: Improve navigation buttons in strategy guide page with Streamlit switch_page
|
2025-02-10 23:29:52 -08:00 |
|
|
|
99f890c4c6
|
refactor: Simplify strategy guide page navigation buttons
|
2025-02-10 23:28:29 -08:00 |
|
|
|
f9b6cb82f8
|
refactor: Replace deprecated st.experimental_rerun() with st.rerun()
|
2025-02-10 23:27:06 -08:00 |
|
|
|
55c23b44bb
|
feat: Add strategy guide page with trading workflow and scanner integration
|
2025-02-10 23:25:36 -08:00 |
|
|
|
31af0f6a02
|
feat: Use portfolio value as default account size in position calculator
|
2025-02-10 23:23:09 -08:00 |
|
|
|
470cb88da6
|
refactor: Improve portfolio display with unique keys and entry date
|
2025-02-10 23:20:11 -08:00 |
|
|
|
efe69a2dbb
|
feat: Load open trades from journal into portfolio on initialization
|
2025-02-10 23:18:45 -08:00 |
|
|
|
aadd2c517e
|
feat: Add Trading System page to navigation menu
|
2025-02-10 23:16:59 -08:00 |
|
|
|
b8c268652f
|
fix: Import missing portfolio value functions from trading.journal
|
2025-02-10 23:15:24 -08:00 |
|
|
|
cfe17976b2
|
fix: Resolve syntax error in portfolio value display condition
|
2025-02-10 23:15:12 -08:00 |
|
|
|
7beaee7d10
|
fix: Correct incomplete if statement in portfolio value section
|
2025-02-10 23:15:00 -08:00 |
|
|
|
02496c3a3c
|
feat: Add trading system page with position calculator, portfolio management, and value tracking
|
2025-02-10 23:11:16 -08:00 |
|
|
|
91e6b7f2b6
|
feat: Add unique keys to text_area elements in trading journal page
|
2025-02-10 23:01:48 -08:00 |
|
|
|
b71a3eef38
|
fix: Remove nested try block and simplify error handling in trade update
|
2025-02-10 23:00:24 -08:00 |
|
|
|
a99deffa9f
|
feat: Add date and time input fields for updating trade entry details
|
2025-02-10 22:59:59 -08:00 |
|
|
|
6f5dadbe5c
|
feat: Add interval selection to technical scanner page
|
2025-02-10 22:56:18 -08:00 |
|
|
|
8b56c3c8e5
|
feat: Add date range inputs and update technical scanner function parameters
|
2025-02-10 22:54:18 -08:00 |
|
|
|
0dd86ebe42
|
refactor: Modify scanner_controller to accept parameters directly and use dictionary mapping
|
2025-02-10 22:53:04 -08:00 |
|
|
|
9e1cccd3b6
|
feat: Add unique keys to selectboxes to resolve duplicate element ID error
|
2025-02-10 22:49:09 -08:00 |
|
|
|
28f0eee4ec
|
feat: Add CANSLIM screener interface to Streamlit app
|
2025-02-10 22:45:06 -08:00 |
|
|
|
3bd73572af
|
changed the screen reports folder
|
2025-02-10 22:42:36 -08:00 |
|
|
|
6643e891da
|
fix: Add missing pandas import to resolve undefined name error
|
2025-02-10 22:40:20 -08:00 |
|
|
|
099c8b353e
|
feat: Add CSV report viewing functionality to technical scanner page
|
2025-02-10 22:40:11 -08:00 |
|
|
|
e001d2e766
|
feat: Create Streamlit app with trading journal, technical scanner, and navigation
|
2025-02-10 22:35:13 -08:00 |
|
|
|
536622d1ca
|
fix: Add shares input prompt for sell order in trading journal
|
2025-02-10 19:05:41 -08:00 |
|
|
|
dcfc657ced
|
fix: Remove duplicate shares input in journal_menu function
|
2025-02-10 19:05:29 -08:00 |
|
|
|
6e4c26c73d
|
feat: Allow user-provided entry date when creating trade entries
|
2025-02-10 19:02:09 -08:00 |
|
|
|
e89f673709
|
feat: Add delete trade functionality to journal menu
|
2025-02-10 18:53:24 -08:00 |
|
|
|
5aa6d0effe
|
refactor: Modify update_trade to handle ClickHouse sorting key limitation
|
2025-02-10 18:50:22 -08:00 |
|
|
|
3e57a678f7
|
fix: Replace undefined update_trade_exit with update_trade
|
2025-02-10 18:47:55 -08:00 |
|
|
|
3819547de7
|
feat: Enhance trade update functionality with flexible field modifications
|
2025-02-10 18:47:44 -08:00 |
|
|
|
933141618b
|
refactor: Update get_current_prices to use fast_info for reliable price fetching
|
2025-02-10 11:21:23 -08:00 |
|
|
|
3a985aa1f5
|
feat: Add get_current_prices function with yfinance support
|
2025-02-10 11:09:58 -08:00 |
|
|
|
cfa3e67417
|
fix: Resolve syntax error in get_current_prices function
|
2025-02-10 11:06:59 -08:00 |
|
|
|
1416d1b912
|
feat: Add real-time price tracking and P/L calculations using yfinance
|
2025-02-10 11:06:46 -08:00 |
|
|
|
8ea233ff7c
|
feat: Add FIFO sell order handling in trade journal
|
2025-02-10 10:31:16 -08:00 |
|
|
|
952dfcd266
|
fix: Correct menu logic for portfolio value update and system exit
|
2025-02-10 10:18:59 -08:00 |
|
|
|
c363745542
|
feat: Initialize Portfolio and load existing trades in main function
|
2025-02-10 10:13:32 -08:00 |
|
|
|
c6089549ca
|
fix: Correct syntax error in portfolio data check condition
|
2025-02-10 10:11:55 -08:00 |
|
|
|
838a2ac7d0
|
feat: Integrate portfolio tracking and cash balance management in trading system
|
2025-02-10 10:11:17 -08:00 |
|
|
|
529875527b
|
feat: Resolve circular imports and create scanner_utils module
|
2025-02-10 10:01:46 -08:00 |
|
|
|
3dbaed0399
|
feat: Add user input escape mechanism with consistent quit options
|
2025-02-10 09:58:25 -08:00 |
|
|
|
9ccccfce97
|
feat: Add open trades summary with ticker-level insights and detailed trade information
|
2025-02-10 09:54:22 -08:00 |
|
|
|
6b09c85587
|
feat: Add target_price, stop_loss, and strategy to position summary query
|
2025-02-10 09:47:44 -08:00 |
|
|
|
0ce4bb4486
|
feat: Add timezone-aware datetime input with market hours validation
|
2025-02-10 09:45:29 -08:00 |
|
|
|
25a664e5bb
|
fix: Update ClickHouse client query method in get_position_summary
|
2025-02-10 09:40:38 -08:00 |
|
|
|
4ebfcfebd1
|
fix: Update database operations for clickhouse-connect compatibility
|
2025-02-10 09:39:35 -08:00 |
|
|
|
e906c63893
|
feat: Enhance trading journal with multi-order position tracking and order types
|
2025-02-10 09:38:16 -08:00 |
|
|
|
15aadbe3da
|
refactor: Modify ClickHouse database operations in journal.py for HTTP client compatibility
|
2025-02-10 09:33:19 -08:00 |
|
|
|
d6b6a289ed
|
fix: Update import paths for trading module classes
|
2025-02-10 09:30:25 -08:00 |
|
|
|
3d4c48b82f
|
fix: Add missing condition to check for empty data in process_symbol function
|
2025-02-10 09:29:01 -08:00 |
|
|
|
b887269152
|
refactor: Update import paths and add journal_menu function to journal.py
|
2025-02-10 09:27:13 -08:00 |
|
|
|
4e5b54c568
|
fix: Resolve indentation error in main.py by wrapping menu loop in main() function
|
2025-02-10 09:25:16 -08:00 |
|
|
|
0b40142bfb
|
refactor: Simplify main menu logic with function calls
|
2025-02-10 09:24:22 -08:00 |
|
|
|
3425539781
|
refactor: Modularize main application structure and separate concerns
|
2025-02-10 09:23:51 -08:00 |
|
|
|
590c6fd2b7
|
feat: Add trading journal feature with database tracking
|
2025-02-10 09:18:16 -08:00 |
|
|
|
937e52f2f7
|
fix: Add missing imports for pandas, datetime, and db client
|
2025-02-09 12:18:57 -08:00 |
|
|
|
572ab3a3e1
|
refactor: Standardize scanner implementations using utility functions
|
2025-02-09 12:18:40 -08:00 |
|
|
|
f7ab8d6513
|
fix: Add missing imports to resolve undefined name errors
|
2025-02-09 12:16:40 -08:00 |
|
|
|
7f105bfd54
|
refactor: Modularize scanner initialization and signal processing
|
2025-02-09 12:16:27 -08:00 |
|
|
|
d8b41c8d8a
|
feat: Add stock_type to signal processing in t_atr_ema_v2.py
|
2025-02-09 12:13:43 -08:00 |
|
|
|
1cc04b500a
|
feat: Add stock_type to signal data in t_sunnyband.py
|
2025-02-09 12:12:28 -08:00 |
|
|
|
a80a4b12e5
|
feat: Add stock type to qualified stocks query and output
|
2025-02-09 12:10:02 -08:00 |
|
|
|
b8eaafafd6
|
fix: Correct price and volume filtering in get_qualified_stocks query
|
2025-02-09 00:45:19 -08:00 |
|
|
|
fcc8203aae
|
fix: Add missing import for get_qualified_stocks in scanner files
|
2025-02-09 00:37:32 -08:00 |
|
|
|
1e6a05c81d
|
refactor: Move common stock query logic to get_qualified_stocks function
|
2025-02-09 00:37:18 -08:00 |
|
|
|
69c5b12fd3
|
fix: Update SQL queries to handle trade_date column consistently
|
2025-02-09 00:35:30 -08:00 |
|
|
|
bf6c5e0880
|
refactor: Update SQL queries for consistent date handling in screeners
|
2025-02-09 00:32:58 -08:00 |
|
|
|
0a5ffbcadb
|
fix: Correct datetime handling in scanner queries
|
2025-02-09 00:32:20 -08:00 |
|
|
|
c03a361096
|
fix: Correct timestamp handling in stock details query
|
2025-02-09 00:28:35 -08:00 |
|
|
|
d4e0bc2c92
|
refactor: Update scanner queries to calculate daily close prices from timestamps
|
2025-02-09 00:20:10 -08:00 |
|
|
|
cd7a33cb7e
|
refactor: Filter stock data before aggregation in scanner queries
|
2025-02-09 00:15:02 -08:00 |
|
|
|
a9d380897a
|
refactor: update entry conditions in ATR EMA scanners for better precision
|
2025-02-08 21:59:06 -08:00 |
|
|
|
1b852b2d8d
|
fix: Remove nested try block and fix indentation in SQL query
|
2025-02-08 20:55:11 -08:00 |
|
|
|
819c91ff4a
|
fix: Correct nested try blocks and indentation in t_sunnyband.py
|
2025-02-08 20:54:51 -08:00 |
|
|
|
4984d4944a
|
fix: Properly use context manager for database connections in scanners
|
2025-02-08 20:54:31 -08:00 |
|
|
|
865438bbf8
|
refactor: Replace connection pool with context manager for ClickHouse connections
|
2025-02-08 20:52:36 -08:00 |
|
|
|
68e665a0c2
|
fix: Remove invalid 'use_session_id' setting from ClickHouse client config
|
2025-02-08 20:47:59 -08:00 |
|
|
|
906ecb7816
|
refactor: Rename get_client to create_client for consistency
|
2025-02-08 20:44:27 -08:00 |
|
|
|
a5cef08fd2
|
feat: add connection pool for managing multiple database connections
|
2025-02-08 20:41:08 -08:00 |
|
|
|
125273f22b
|
refactor: Remove session handling in db_connection.py
|
2025-02-08 20:39:55 -08:00 |
|