You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
While initializing the robot in run_robot.py, you have to pass in an argument paper_trading = False. This will help you to submit the orders & get it executed in real account. Otherwise, it will be stored in your saved orders but it will not get executed in your account. By the way, TDAmeritrade doesnt have a paper trading account. It is being done in your real account. But if you didnt pass in that argument paper_trading, it will be taken as True by default.
If you don't mind providing an example of code to buy 1 share of apple?
I had tried turning paper_trading = False before and nothing posts to my account. Using the token, I can post using CURL to my account. but not thru the code.
I must not read instructions well. How does this post to my real account.
I got robot get_account to work. Still not sure how to place trades for real.
The text was updated successfully, but these errors were encountered: