Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
60
views
asked 4 years ago by
Category: Strategy Guide
do yo have a script that exits a trade long or short at the end of the day?  I would like to add it to a strategy on think or swim
0
votes
1
answer
698
views
asked 4 years ago by
Category: Strategy Guide
Hi All, Need help in the thinkscript code below. I'm trying to code a backtesting strategy on /ES mini, where when the Heikin Ashi candle closes above TEMA line, it should trigger buy order and once the Heikin Ashi candle closes below the TEMA, it sh...
0
votes
1
answer
184
views
asked 4 years ago by
Category: Strategy Guide
I have seen most of the codes are for swings, do you have any code or indicator/strategy for day trading. Please let me know thx.  
0
votes
1
answer
204
views
asked 4 years ago by
Category: Strategy Guide
I would like to buy options on 5 min timeframe when the candle closes above vwap. the momentum should be moving up and  price  should be crossing  8 ema and DMI/ADX should be  moving up.( to go long) stop should be close below the vwap. if you can ad...
1
vote
1
answer
246
views
asked 4 years ago by
Category: Strategy Guide
Hey Pete!  As always, I very much appreciate your insight.  I have created a conditional order based on a study. For some reason on two occasions so far it did not buy when it should have.  It works on most stocks and orders but today I found another...
0
votes
1
answer
92
views
asked 4 years ago by
Category: Strategy Guide
Howdy, I am just learning how to code in thinkscript (no previous experience in coding). But after tinkering with other people's sample scripts coupled with few of my own, I was able to come up with some useful, albeit basic, strategies. So far, I ha...
0
votes
1
answer
112
views
asked 4 years ago by
Category: Strategy Guide
hi Pete, its possible to create an alert on "break of trendline" by right clicking on the trendline.   Is there a way (study or script) to create an order on break of trendline?  Perhaps a Stop that triggers when broken?  If not, any way for the Aler...
0
votes
1
answer
346
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete, Begginer with Thinkcript here. I'm wondering if I am missing something. It seems like there should be a simple Thinkscript function that returns the number of trades executed by given strategy? I'm looking to build quick graphic feedback on ...
0
votes
1
answer
260
views
asked 4 years ago by
Category: Strategy Guide
Hi, TOS, is it possible to code a conditional order based on multiple time frame. Like if daily ema cross and hourly ema cross in favor then go long on a ema cross on a 5min chart. Thanks in advance.
0
votes
1
answer
157
views
asked 4 years ago by
Category: Strategy Guide
hello, i've made a strategy for premarket high break with a trailing exit and stop. It works well, but now i would like to add unusual volume to the entry criteria. So basically go long on @premarket high if todays volume is => than 5% average dai...