- Questions
- Strategy Guide
Votes
Answers
Views
Question
0
1
91
asked 4 years ago by Tuan Pham
Category:
Strategy Guide
Hi Pete, Is it possible to write a VWAP strategy on the chart when a 5-minute bar closes above/below it? It would also be nice to show the return % in a lower study on an exit when a bar closes below the previous bar on a bullish cross and vice versa...
0
1
640
asked 4 years ago by Gary Mitchell
Category:
Strategy Guide
Hi Pete. First I just want to offer a sincere thank you for this great resource, for your generosity, and for all you do for the community. You are to be commended sir. Now on to my question. I'm in the process of learning how to code while at the sa...
0
1
299
asked 4 years ago by Matt Frickey
Category:
Strategy Guide
Hello, I would like to autotrade supertrend in thinkorswim. input AtrMult = 1.0; input nATR = 4; input AvgType = AverageType.HULL; input PaintBars = yes; def ATR = MovingAverage(AvgType, TrueRange(high, close, low), nATR); def UP = HL2 + (AtrMult * A...
1
1
215
asked 4 years ago by John Moore
Category:
Strategy Guide
Ive been playing with a strategy that uses MACD, RSI and VWAP to choose entry and exit points. All of the individual parameters work but I cant figure out how to format the SELL_AUTO statement to choose between 3 different possibilities. The characte...
0
1
212
asked 4 years ago by Retro Nomicon
Category:
Strategy Guide
Hi Mr Hahn, I though I could quickly make an ATRTrailStopLX by taking the built-in thinkorswim ARTTrailStopLE and then modifying that. It didn't quite work out like I had hoped. I don't want that signal to start a short position. I just wanted to ...
0
1
75
asked 4 years ago by Tristen Arun
Category:
Strategy Guide
Hi Pete, I'm sorta a newbie on thinkorswim, but your tutorials have helped me out a lot. Yet, I cannot get my conditional orders to work. I think the reason for this is that the time intervals are all in days rather that minutes. Is there any way to ...
0
1
82
asked 4 years ago by Chidi Nwaogwugwu
Category:
Strategy Guide
Hi Pete Hahn, Once again, great site, videos and overall content!! I have a question. I have created a script (or, to put it mildly, copied and cobbled a script together using your help!) that does Dollar Cost Average over the time fram...
2
2
308
asked 4 years ago by Shane Oborn
Category:
Strategy Guide
Thank you so much for the great site! It has helped me so much as I work to pick up thinkScript. I have a strategy programmed that I'd like to use as an options buying strategy, but the strategy is actually based upon and applied to the movement of ...
0
2
111
asked 4 years ago by Jhovany Ruiz
Category:
Strategy Guide
(I don't know where the correct place to ask this question, please move if necessary) I have a strategy currently working on TOS and I wanted to "automate" a trades a bit. I understand that the closest we can 'automate' our trading (at least through ...
0
2
211
asked 4 years ago by Options
Category:
Strategy Guide
Plz help: To create conditional order upon the break of support/resistance level. I would like to execute a conditional order on TOS. I want to use 3 Min Candle and want to buy a 355 CALL option of XYZ(say it is trading pre-market at 343) when 3 Mins...