- Questions
- Strategy Guide
Votes
Answers
Views
Question
0
1
124
asked 5 years ago by Chandra Baskurama
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
1
108
asked 5 years ago by Mess Siya
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...
1
1
260
asked 5 years ago by Pete Day
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
1
219
asked 5 years ago by raviraj
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...
0
1
185
asked 5 years ago by raviraj
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
1
730
asked 5 years ago by dharmendra kumar
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
1
67
asked 5 years ago by Greg Simons Jr
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
1
1
617
asked 5 years ago by Kosta P
Category:
Strategy Guide
Great resource, keep up the great work! I'm trying to set up a simple study (and to backtest with FloatingPL) to buy whenever there's X (let's assume 3) bars of consecutive lows, on the 3rd consecutive low, I want to buy just before the end of the da...
0
1
136
asked 5 years ago by Joshua Jackson
Category:
Strategy Guide
Thank you so much for your videos and websites, they are a phenomenal amount of great information that have helped me tremendously. Curious if you have encountered this? I have successfully placed multiple 'Auto-trade Almost' conditional orders with...
0
1
194
asked 5 years ago by Alex Leung
Category:
Strategy Guide
Is it possible to calculate the FloatingPL of a strategy of different input parameters value and find the one which has max FloatingPL because I have several input parameter?