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
Hey there, I've been picking up python for my day job and have a decent understanding, but totally new to asyncio. I'm trying to use this repo to create a bit of a dashboard for myself to log my balance daily at the end of the trading day. I want to log my balance as well as all of my positions. I can grab these easily, but not sure how to run my script without any async errors.
It seems that the example script listed in the tastyworks/ folder does not run without errors (even after removing the blocks for the order execution and option chain lookup)
Can anyone post an example of a working example script that I might be able to go off?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there, I've been picking up python for my day job and have a decent understanding, but totally new to asyncio. I'm trying to use this repo to create a bit of a dashboard for myself to log my balance daily at the end of the trading day. I want to log my balance as well as all of my positions. I can grab these easily, but not sure how to run my script without any async errors.
It seems that the example script listed in the tastyworks/ folder does not run without errors (even after removing the blocks for the order execution and option chain lookup)
Can anyone post an example of a working example script that I might be able to go off?
Beta Was this translation helpful? Give feedback.
All reactions