Flexibility changes in generic Long call trader

This commit is contained in:
2025-04-21 09:31:31 -05:00
parent 390b60b8d8
commit 548591c6e6
3 changed files with 34 additions and 18 deletions

View File

@@ -27,7 +27,7 @@ noconfirm=true
# m h dom mon dow command
# Export crontab to have it in version control too
30 9 * * 1-5 crontab -l > ~/OptionRecorderSchwab/crontabExport.txt
29 8 * * 1-5 crontab -l > ~/OptionRecorderSchwab/crontabExport.txt
# Recording
*/15 8-15 * * 1-5 cd ~/OptionRecorderSchwab && ./recordAllSymbolsSingleRun.sh
@@ -35,12 +35,13 @@ noconfirm=true
##Auto-trading
# Weekly put credit spreads
35 10 * * 4 cd ~/OptionRecorderSchwab && ./autoTradeSPXPutCreditSpread.sh
# Paused, too many outstanding contracts 35 10 * * 4 cd ~/OptionRecorderSchwab && ./autoTradeSPXPutCreditSpread.sh
# Weekly long SPY position
37 10 * * 4 cd ~/OptionRecorderSchwab && ./autoTradeGenericLongCall.sh SPY Roth -VAR_checkPositionExists=flase -VAR_daysOutMax=120
#Paused, market downturn might take long... 37 10 * * 4 cd ~/OptionRecorderSchwab && ./autoTradeGenericLongCall.sh SPY Roth -VAR_checkPositionExists=flase -VAR_daysOutMax=120
# 90 day out trades as soon as those options pop up
36 10 * * 1-5 cd ~/OptionRecorderSchwab && ./autoTradeGenericLongCall.sh QQQ IRA
38 10 * * 1-5 cd ~/OptionRecorderSchwab && ./autoTradeGenericLongCall.sh DIA IRA
37 10 * * 1-5 cd ~/OptionRecorderSchwab && ./autoTradeGenericLongCall.sh SPY Roth
38 10 * * 1-5 cd ~/OptionRecorderSchwab && ./autoTradeGenericLongCall.sh DIA IRA -VAR_daysOutMin=85
#1DTE SPX trading every day right after the market closes.
#59 14 * * 1-5 cd ~/OptionRecorderSchwab && ./autoTradeSPX_IB_1DTE.sh