Questions (2351)

Votes
Answers
Views
Question
0
votes
2
answers
564
views
asked 6 years ago by
Category: Strategy Guide
I HAVE BEEN TRYING TO FIGURE OUT HOW TO CREATE THIS STRATEGY ON TOS AND THIS IS WHAT I HAVE SO FAR.  THE RULES ARE 1ST THEN THE CODE: 5 EMA: blue line 10 EMA: red line RSI (10) applied to the median price (HL/2) Entry Rules BUY when the 5 EMA crosses...
0
votes
1
answer
482
views
asked 6 years ago by
Category: Stock Scanners
How to count certain bars on chart  
0
votes
2
answers
350
views
asked 6 years ago by
Category: Chart Studies
Hey Pete, Someone on tradingview made a cool MTF script and the code is available to see. However, I\'m not sure how to convert from pine (tradingview) to thinkscript. Would you be able to help?   Thanks
0
votes
1
answer
171
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, Could you help me come up with a scan that shows stocks hitting their 52 week high (or low in separate scan) within say, the last 1,2, or 3 days?  Thanks for any help you can provide.  
0
votes
1
answer
570
views
asked 6 years ago by
Category: Stock Scanners
Hello Mr. Hahn, I am having trouble creating a scan based on the VWAP bands in TOS. I would like to create a watchlist scan based on VWAP bands widening on 2 min chart - with increasing volume. Thanks,
0
votes
1
answer
109
views
asked 6 years ago by
Category: Chart Studies
Hello is it possible to remove the HI and Lo bubbles that appear on the chart? Thanks, P.S. thank you very much, this indicator is amazing
0
votes
1
answer
840
views
asked 6 years ago by
Category: Chart Studies
Is there a way to display the VWAP study without accounting for the pre-market prints? I like to have both displayed on my charts. My old software used to have an option to turn it on/off. I tried messing with the code, adding start and end time inpu...
0
votes
0
answers
305
views
Be first to answer!
asked 6 years ago by
Category: Chart Studies
Is there a way to create a study for this? Apologies if already answered. Thank you advance.
0
votes
1
answer
430
views
asked 6 years ago by
Category: TS Solutions
I am looking how to cancel a limit order. Here's my code:   if Condition1 then Sell next bar at close limit;     How can I make it so that the limit order cancels after 3 minutes? I really need a solution to this answer, any help is gr...
0
votes
1
answer
704
views
asked 6 years ago by
Category: Chart Studies
I am working on a study in which I need the ADX(14) of an higher time frame. I was thinking of using the "aggregationperiod" function, but ADX seems to be a very automated function/study. I can't figure where I should specify the aggregationperiod wi...