Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
85
views
asked 4 years ago by
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
votes
1
answer
606
views
asked 4 years ago by
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
votes
1
answer
289
views
asked 4 years ago by
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
vote
1
answer
208
views
asked 4 years ago by
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
votes
1
answer
202
views
asked 4 years ago by
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
votes
1
answer
68
views
asked 4 years ago by
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
votes
1
answer
74
views
asked 4 years ago by
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
votes
2
answers
237
views
asked 4 years ago by
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
votes
2
answers
102
views
asked 4 years ago by
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
votes
2
answers
193
views
asked 4 years ago by
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...
1 4 5 6 7 8 20