¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: check if running in Paper or Live trading mode programatically


 

...or in python:

def is_demo(account_number: str) -> bool:
? ? return account_number.startswith('D')

Join [email protected] to automatically receive all group messages.