♥ 0 |
Hi Pete and All, i have a custom study that generates buy and sell signals based on Rsi and MACD and EMAs The second time i try to place the order the code found in the Order Conditon Template is changed and its only BUY().”buy” is true; so the buy singal is generated on the chart but there is no execution Please let me know why is this happening and why is the Script generated the first time i create the order is shrunk only to ” “buy” is true;” the Second time trying to use the conditional order template . Thanks in advance
Marked as spam
|
Private answer
New features have been enabled in Thinkorswim which provide fully automated round trip trades. Meaning we can now automate the entry and the exit and we can daisy-chain multiple stages within the order sequence so that multiple round trip trades can be accomplished automatically. In addition to this, we can save these orders as an order templates so they can be reused with very little effort. Check the following video for the full details: https://www.hahn-tech.com/thinkorswim-automated-round-trip-trades/
Marked as spam
|
|||||||||||||||
Private answer
Thanks for replying Pete ,ok the study name is BUY and the plot is “buy” as well , so what i am doing is i am referencing the whole study . Marked as spam
|
Please log in to post questions.
Please provide a screenshot of your conditional order. There is a requirement when saving these as an order template. And that requirement is that you need to copy/paste the entire code into the conditional order. You cannot reference a plot from a study, custom or built-in, otherwise the template will not save the order conditions.