Strategy Guide (193)

Votes
Answers
Views
Question
1
vote
3
answers
4076
views
asked 7 years ago by
Category: Strategy Guide
Hi Pete, I watched your tutorial on how to do semi-auto orders on tos yesterday. I have a custom studies, which I want to place my conditional order based. But when I followed the step and put below script into New Studies, it just says "expected dou...
0
votes
2
answers
144
views
asked 5 years ago by
Category: Strategy Guide
On your thinkorswim auto trade almost in the comment section you stated that there was an option that you can check that will cause the conditional order to automatically regenerate after it has been trigger. Have you posted anything to cover that, i...
0
votes
2
answers
192
views
asked 4 years ago by
Category: Strategy Guide
I am using a method similar to the YouTube video ("ThinkorSwim Autotrade Almost").  I understand that the method used in the video allows a study to be created which can be added to a chart, and thus trigger trades based on the code in the study...
0
votes
2
answers
225
views
asked 4 years ago by
Category: Strategy Guide
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...
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 ...
1
vote
2
answers
294
views
asked 4 years ago by
Category: Strategy Guide
Is there a way to manually (programatically) call addOrder to create orders. I have a script which creates an order based on few variables. Right now I can use it as part of a strategy but I need to run this script (and create orders) on live chart w...
1
vote
2
answers
134
views
asked 2 years ago by
Category: Strategy Guide
THanks Pete for your reply, the code for Pop out the box works fine.   Is it possible to Auto trade with conditons( below study) for /ES? this would be on 5 min Timeframe MAXC4.1 / MINC4.1 < 1.01 and C > MAXH4.1 and H > L   enter t...
3
votes
3
answers
880
views
asked 7 years ago by
Category: Strategy Guide
Hi Pete! How does one go about setting it up? Thanks!
1
vote
2
answers
211
views
asked 4 years ago by
Category: Strategy Guide
Thanks so much for the videos.  I have been able to create a strategy, turn it into a conditional order, and execute with OCO.  Is there a suggest way to reproduce that order more than once in a day?  I am trying to learn how to best tweak my paramet...
0
votes
1
answer
114
views
asked 2 years ago by
Category: Strategy Guide
the strat below exits after RSI2 crosses above 50.  instead, i'd like the strategy to exit after a user-specified number of days, 7, for example.  how would you do that?  thanks! input price = close; input length = 2; input rsiAverageType = AverageTy...