diff --git a/README.md b/README.md index feff452..915faae 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config.py.sample b/config.py.sample index 5cfe258..454e44d 100644 --- a/config.py.sample +++ b/config.py.sample @@ -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/