Skip to content

Commit

Permalink
#17 Mark PDT limits as Beta and set to False by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Seredkin committed Dec 4, 2024
1 parent 1861572 commit 861a1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ MIN_SELLING_AMOUNT_USD = 1.0 # Minimum sell amount in USD (False
MAX_SELLING_AMOUNT_USD = 10.0 # Maximum sell amount in USD (False - disable setting)
MIN_BUYING_AMOUNT_USD = 1.0 # Minimum buy amount in USD (False - disable setting)
MAX_BUYING_AMOUNT_USD = 10.0 # Maximum buy amount in USD (False - disable setting)
PDT_PROTECTION = True # Pattern day trader protection (False - disable protection). See: https://robinhood.com/us/en/support/articles/pattern-day-trade-protection/
PDT_PROTECTION = True # [Beta] Pattern day trader protection (False - disable protection). See: https://robinhood.com/us/en/support/articles/pattern-day-trade-protection/
```

### Run
Expand Down
2 changes: 1 addition & 1 deletion config.py.sample
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ MIN_SELLING_AMOUNT_USD = 1.0 # Minimum sell amount in USD (False
MAX_SELLING_AMOUNT_USD = 10.0 # Maximum sell amount in USD (False - disable setting)
MIN_BUYING_AMOUNT_USD = 1.0 # Minimum buy amount in USD (False - disable setting)
MAX_BUYING_AMOUNT_USD = 10.0 # Maximum buy amount in USD (False - disable setting)
PDT_PROTECTION = True # Pattern day trader protection (False - disable protection). See: https://robinhood.com/us/en/support/articles/pattern-day-trade-protection/
PDT_PROTECTION = False # [Beta] Pattern day trader protection (False - disable protection). See: https://robinhood.com/us/en/support/articles/pattern-day-trade-protection/

0 comments on commit 861a1f5

Please sign in to comment.