Commit Graph

110 Commits

Author SHA1 Message Date
8560214494 feat: Improve data fetching with wider range and batch validation 2025-02-08 10:57:30 -08:00
114e0f6165 fix: Correct interval format and enhance data fetching error handling in ATR-EMA scanner 2025-02-08 10:53:27 -08:00
86686125f3 feat: Add ATR EMA target scanner for stock analysis 2025-02-08 10:53:21 -08:00
389975605c refactor: Remove duplicate code block in user input handling 2025-02-08 10:50:00 -08:00
27ffc80432 feat: Integrate ATR-EMA v2 scanner with updated menu and imports 2025-02-08 10:49:04 -08:00
ea96a07d17 3ATR Strategy 2025-02-08 10:38:22 -08:00
b4ed0c6906 code created by gpt 2025-02-08 10:28:05 -08:00
277492c7f8 fix: Correct plotshape syntax and indentation in Sunny_Bands.pine 2025-02-08 10:18:26 -08:00
6e79d3380e fix: Correct plotshape syntax in Pine Script 2025-02-08 10:14:10 -08:00
013a76a53d fix: Correct Pine Script plotshape syntax error by removing explicit parameter names 2025-02-08 10:12:00 -08:00
3123fb2159 refactor: Simplify alertcondition syntax in Sunny_Bands.pine 2025-02-08 10:07:12 -08:00
1c4c9553a2 refactor: Improve plotshape and alertcondition parameter clarity in Sunny_Bands.pine 2025-02-08 10:02:41 -08:00
c445f350d9 style: Format Pine Script function calls with proper indentation 2025-02-08 09:55:01 -08:00
3e39261fd5 feat: Add Sunny Bands Strategy with risk management and trading rules 2025-02-08 09:52:21 -08:00
95d1692349 fix: Correct band fill in Sunny_Bands.pine using plot references 2025-02-08 09:48:25 -08:00
072fba4006 feat: Add Pine Script implementation of SunnyBands indicator 2025-02-08 09:43:59 -08:00
1fe27d41da fix: Properly declare and initialize trail_price with correct reassignment 2025-02-08 09:37:41 -08:00
9cd98202c7 feat: Add dual profit targets and trailing stop to 3ATR EMA strategy 2025-02-08 09:34:54 -08:00
d325bcaa25 feat: Add bull market filter using 200-period SMA to strategy 2025-02-08 09:23:26 -08:00
e54a30c402 refactor: Simplify 3ATR EMA strategy by removing stop loss and adding exit signals 2025-02-08 09:20:20 -08:00
eea3013e0d fix: Move stop plots to global scope with conditional visibility 2025-02-08 09:12:25 -08:00
5260a15b6f fix: Update position sizing to use modern Pine Script v5 syntax 2025-02-08 09:10:20 -08:00
aa6af3248c feat: Add composite risk management system with 1% account risk and 7% max stop loss 2025-02-08 09:09:02 -08:00
485ba4418c fix: Declare stop_price and use reassignment operator in strategy 2025-02-08 09:01:48 -08:00
e0ad1ac620 feat: Add trailing stop loss to Three ATR EMA strategy 2025-02-08 08:59:46 -08:00
7155686923 refactor: Convert Three ATR EMA indicator to strategy with backtest params 2025-02-08 08:51:15 -08:00
3794e0b21e fix: Correct syntax error in Pine Script bullish signal condition 2025-02-08 08:45:11 -08:00
190ab31c51 feat: Add Pine Script implementation of Three ATR EMA indicator 2025-02-08 08:39:21 -08:00
7a72cdf83b fix: Update resample rule format from 'T' to 'min' in t_sunnyband.py 2025-02-08 08:33:01 -08:00
cbc08d7772 fix: Import get_interval_choice and remove duplicate os import 2025-02-08 08:30:44 -08:00
c1fbac6103 feat: Add 7% stop loss and portfolio-based position sizing 2025-02-08 08:28:20 -08:00
bf71fa5fb2 feat: Update default stop loss to 7% and improve position sizing output 2025-02-08 08:21:28 -08:00
b9d6243bbe fix: correct boolean operations and column naming in ThreeATREMAIndicator 2025-02-08 08:07:03 -08:00
2103367a18 fix: Define previous_price to resolve undefined name error in function 2025-02-08 07:55:21 -08:00
bb3d67ead9 fix: Correct logic in check_atr_ema_buy_condition to use previous price 2025-02-08 07:55:13 -08:00
b1d86d988a fix: Replace bitwise operator with logical operator in buy condition check 2025-02-08 07:52:20 -08:00
a012872592 fix: Remove unterminated triple-quoted string in user_input.py 2025-02-08 07:50:32 -08:00
3fb5a8855b fix: Remove unterminated triple-quoted string in user_input.py 2025-02-08 07:50:20 -08:00
8cd2b39849 feat: Uncomment and define get_user_screener_selection function in user_input.py 2025-02-08 07:50:14 -08:00
b341bd53ce fix: Import get_interval_choice to resolve undefined name error 2025-02-08 07:47:41 -08:00
c39bc7984d feat: Move get_interval_choice function to user_input.py from t_sunnyband.py 2025-02-08 07:47:28 -08:00
df4ee34b3a fix: Define 'results' in check_atr_ema_buy_condition function 2025-02-08 07:46:06 -08:00
8f34d143c8 fix: Define indicator and reorder start_date initialization in t_atr_ema.py 2025-02-08 07:45:58 -08:00
422e11e4bf fix: Define missing variables and import necessary functions in t_atr_ema.py 2025-02-08 07:45:39 -08:00
41537c1021 fix: Import get_interval_choice to resolve NameError in t_atr_ema.py 2025-02-08 07:45:09 -08:00
e46b6cb39c The changes add a new feature to allow users to select the ATR-EMA scanner from the main menu by choosing option 2 and then selecting the sub-option. The commit message should reflect this addition.
feat: add ATR-EMA scanner option to main menu
2025-02-08 03:14:42 -08:00
d6f2e1b961 feat: Add support for ATR EMA scanner with enhanced position calculator integration 2025-02-07 21:19:57 -08:00
0a4d5c2a5d feat: Add support for Three ATR EMA indicator configuration 2025-02-07 20:52:27 -08:00
55aafdb345 feat: Add Three ATR EMA trading indicator with signal logic 2025-02-07 20:41:20 -08:00
6ee4e3a34b
chore: Remove SQL query print statements and add trading info prints 2025-02-07 09:18:12 -08:00