♥ 0 |
Hi Mr Hahn, love your site! I’m just getting started using this thinkscript and trying to play around with first Strategy, I want to make something basic that can put in an order automatically for me to learn how this works, I just can’t seem to get the strategy to fire off an order. Also how would you create a TRG W/ Bracket order with this ThinkScript strategy, looking through their documentation i can’t locate it. Appreciate any help.
def buySignal = open > high[2];
Marked as spam
|
Private answer
Don't shoot the messenger. But everything You have stated in your question is completely impossible. Not sure which of our videos you have already viewed. But none of our tutorials even suggest or imply that any of this might work the way you have described. Before getting into the details, writing chart strategies is extremely advanced coding. If you are just starting out you should not be writing any code for chart strategies for at least 12-18 months. Now for the details. It is completely impossible for any chart strategy on Thinkorswim to execute actual trades. It never was possible and given their stance on this topic it never will be possible. Bracket orders are completely impossible to code in chart strategies or for that matter any code you might apply anywhere on the platform. So, let's get you started at the very beginning so you can get a good foundation of knowledge before you loose your mind trying to things are not possible. Writing code can be frustrating enough but when you try to do something that is impossible it can cause panic attacks and excessive drinking. (among other sorts of unhealthy behavior). Here is a link to the videos in our Chart Strategies topic: https://www.hahn-tech.com/category/tos/strategies-tos/ When you open that link you want to go straight to the left-hand side menu. There you will find a list of all the videos in this topic. For the most part, the videos are listed in the order from beginners to advanced. So watch them in that order. Don't skip around. Each video builds upon the knowledge of the first. The very first video, the most basic video where all beginners should start, will explain that none of what you are attempting to do is possible in Thinkorswim. Final note. Writing chart strategies is only used to back test your trading ideas. You can't use them to trade. But you can take elements of your chart strategy and apply them to semi-automated trades (there are limitations here which will be explained in those videos). 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
|
Please log in to post questions.