Replies: 1 comment 9 replies
-
|
Well, I am just getting started with the sandbox and so far I have had zero success placing option orders. Any (presumably) valid order sits in a ROUTED state and never transitions to inflight or filled. So, this may or may not be something I am interested in. At this point I am still assuming it is just me being a newb. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Tastytraders!
I wanted to let people know I'm working on a proprietary sandbox/paper trading system on top of the Tastytrade API which would allow for much better testing of ideas. It would eliminate a lot of the restrictions of the current sandbox accounts: you can control fill behavior, positions don't get reset every 24 hours, buying power usage would be realistic, etc.
The structure I've sketched out is basically:
where the paper session can be used with any account-related endpoint to place orders, view positions, etc. and the normal OAuth sessions would continue to be used for other endpoints.
Since I'd have to host a server for this there'd be a monthly subscription fee. Drop a comment below if this is something you'd use or there's something I left out! I've found that testing is currently a real pain point and I hope this could fix that.
Beta Was this translation helpful? Give feedback.
All reactions