Questions (2367)

Votes
Answers
Views
Question
0
votes
0
answers
120
views
Be first to answer!
asked 8 years ago by
Category: Strategy Guide
I set up a conditional order in the Paper Trade system and it worked well from what I can tell. I also had that buy order trigger a sell order. Is there a way to set up a conditional sell order based on the buy order that triggered it? For example, I...
0
votes
0
answers
285
views
Be first to answer!
asked 8 years ago by
Category: Watch Lists
Hello Pete, I would like to ask you if it’s possible to use MACDHistogramCrossover study with the pop-up alerts window to TOS LIVE Watchlist, as in your example with TTM_squeeze? there it is color coded, but I am interested if you can add Donchian Lo...
0
votes
0
answers
135
views
Be first to answer!
asked 8 years ago by
Category: Watch Lists
Hello Pete, I would like to ask you if it’s possible to use Donchian Long Entry study with the pop-up alerts window to TOS LIVE Watchlist, as in you example with TTM_squeeze? there it is color coded, but I am interested if you can add Donchian Long E...
1
vote
8
answers
2016
views
asked 8 years ago by
Hello Pete, I have a scan set up to look for price to be above the ATRtrailing Stop (ATRts) on a daily and for a Fast Stochastic K to cross above the Slow D on an hourly.  When this condition is met, the alert is supposed to fire, however that is not...
0
votes
1
answer
235
views
asked 8 years ago by
Category: Chart Studies
Hi, I have watched the video here https://www.youtube.com/watch?v=YW8ruMckbEw I am wondering how "addOrder" function works? I tried the following code but it doesn't create any order : addOrder(OrderType.BUY_TO_OPEN, true,open[-1],1,Color.RED,Color.R...
0
votes
0
answers
93
views
Be first to answer!
asked 8 years ago by
Category: Strategy Guide
Hi, I am new in thinkscript. I know there is AddOrder function to add an order. If I want to abort the order that has been made, how to abort the order ? I can't find AbortOrder function.
0
votes
0
answers
136
views
Be first to answer!
asked 8 years ago by
Category: Stock Scanners
How could I scan for stocks that are in a 30% range of their yearly (252 days) low but are also up at least 5% for the month? Thanks!
0
votes
0
answers
120
views
Be first to answer!
asked 8 years ago by
Category: Stock Scanners
Using inside bars, Is there a way to scan for the first bar that closes above / below the mother bar? Usually price action will bring it back in to the range of the mother bar within a few bars after the close above / below and then take off in the d...
0
votes
1
answer
81
views
asked 8 years ago by
Category: Chart Studies
I have the code: def highestMonthlyHigh = Highest(high[1], 21); def highestMonthlyLow = Lowest(low[1], 21); How would I plot this on a lower chart study? plot highestMonthlyLow; doesn't work
1
vote
1
answer
400
views
asked 8 years ago by
Category: Stock Scanners
the MACD Stochastics scanner, I tried to flip the code to search for short trades but had no luck. What is it in the code I need to switch opposite?  Can you help with some tips to do so? Thanks for all your help and great resources.