diff --git a/examples/example_all_functionality.py b/examples/example_all_functionality.py index 44722b72..2a2bf1d1 100644 --- a/examples/example_all_functionality.py +++ b/examples/example_all_functionality.py @@ -10,7 +10,7 @@ ## Setup -account = "DU123456" # Set your account here +account = "DU9999999" # Set your account here ########################################################################### # WARNING: THIS SCRIPT EXECUTES TRADES!! ONLY USE ON PAPER TRADING ACCOUNTS diff --git a/examples/example_market_maker.py b/examples/example_market_maker.py index 0391e680..2c69403c 100644 --- a/examples/example_market_maker.py +++ b/examples/example_market_maker.py @@ -29,7 +29,7 @@ ## Setup -account = "DU123456" # Set your account here +account = "DU9999999" # Set your account here max_position_dollars = 10000.0 em_time = "PT00:02:00" diff --git a/examples/example_read_only_functionality.py b/examples/example_read_only_functionality.py index af1723ef..c0658733 100644 --- a/examples/example_read_only_functionality.py +++ b/examples/example_read_only_functionality.py @@ -10,7 +10,7 @@ ## Setup -account = "DU123456" # Set your account here +account = "DU9999999" # Set your account here print("==============================================================================================================") print("==== Create a client and connect.")