Questions (2380)

Votes
Answers
Views
Question
0
votes
2
answers
450
views
asked 7 years ago by
Basically using in an S/R Alert on  Spreads-  /ZF-/ZN.   I need to  convert  the Bond  Closes close("ZF")  or close("ZN")  to a decimal so the following lines work as they do on other spread charts. (These are just  few key lines in the code to see w...
0
votes
2
answers
134
views
asked 7 years ago by
Category: Chart Studies
Pete was wondering you would convert your multi time frame macd code into a format for a flag in TOS.  I can make a flag for a daily chart but the problem for me comes with trying to code intra day (for ex. 30 min flag posted on a daily chart).  It w...
0
votes
2
answers
3614
views
asked 7 years ago by
Is there a study or indicator that would display a timer that counts down the bar period. For instance on a one minute chart, at the open of the first candle a timer begins to count down in secs 60-0. Then repeats with the open of the next bar.
0
votes
2
answers
775
views
asked 7 years ago by
Category: Chart Studies
Mr. Hahn: I've been working with /NQ Futures and I like to also watch /ES charts at the same time. I am working with TOS. Is it possible to add a line of code to my example that would change the color of my label as the current price fluctuates. In o...
0
votes
1
answer
593
views
asked 7 years ago by
Category: Stock Scanners
Hello Pete, my name is Juan. I would like to have a scan based on the crosses of the aroon indicator lines, for a timeframe Daily and Week. thanks for your help  
0
votes
1
answer
62
views
asked 7 years ago by
Category: Chart Studies
Hahn, I have learned bundles of information from your website. I genuinely appreciate all that you do! I am having a lot of trouble figuring this study out though.   In the screenshot below, there are blue bars and purple bars. For this example,...
0
votes
5
answers
752
views
asked 7 years ago by
Can you create an alert for when the EMA  8 touches the bottom of the wick on green candle and when the EMA 8 touches the top of red candle.
0
votes
7
answers
958
views
asked 7 years ago by
Category: Stock Scanners
I want to build a scan that has these parameters time,how many consecutive bars,positive to negative negative to positive.
0
votes
1
answer
1106
views
asked 7 years ago by
Category: Chart Studies
I downloaded the second version of the Alert Hi Low v2.  I noticed that when I uncheck the box of show bubble.  I still see the bubble.  I'm trying to uncheck the Low.  Can you let me know how to update the file to no longer view the bubble? Thanks....
0
votes
2
answers
74
views
asked 7 years ago by
Category: Stock Scanners
I was going to scan to make sure that there is positive moneyflow into a stock. I try and go def price = close; def MoneyTotal= MoneyFlow(price); The compiler complains no default value for "low" and no default value for "volume". I tried MoneyFlow(p...