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 All,
I am trying to implement a strategy of back testing in thinkorswim. I want to check if there is no or only 1 order open the strategy will open one more order. How can I do this by coding? Thanks
The text was updated successfully, but these errors were encountered:
Have you looked at GetQuantity API? For back testing, I use FloatingPL study, and if you want to contain max position size, see Studies | Edit Studies and Strategies | Global Strategy Settings... | Position Limits.
Hi All,
I am trying to implement a strategy of back testing in thinkorswim. I want to check if there is no or only 1 order open the strategy will open one more order. How can I do this by coding? Thanks
The text was updated successfully, but these errors were encountered: