Votes
Answers
Views
Question
0
votes
1
answer
594
views
asked 7 years ago by Andrew Lane
Category:
Chart Studies
Here is the code in its simplest form: This will work fine if the 1 minute timeframe is not specified. You will see up arrow in many places. So how do you compose a boolean variable based on elements from a different timeframe in such a manner...
0
votes
2
answers
461
views
asked 7 years ago by Andrew Lane
Category:
Alerts and Notifications
Can you put in def statements in it, Conditional Wizard TS Editor? If you can , how do you pose the condition? variable >0 does not do it. But the Main Question is what do you need to do to make your own home-made user defined scripts compatible w...
0
votes
2
answers
76
views
asked 8 years ago by Mike Dedmonton
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...
0
votes
1
answer
388
views
asked 8 years ago by wayne popham
Category:
Sierra Chart Solutions
I was wondering if anyone could help me create a color bar based on the average true range and volume? Would like to know when a bar is 1.25 larger than the current atr reading with at least 330 volume. Thanks.
0
votes
2
answers
728
views
asked 8 years ago by Adrianna De Santos Santillan
Category:
Chart Studies
hi, was wondering if you can help me with the bollinger bands. I'm trying to add a 233-period Bollinger Band with 3 standard deviations using the volume bars. The picture below shows what i'm looking for but i also provided the link where i read ab...
0
votes
1
answer
444
views
asked 8 years ago by Simon Ang
Category:
Chart Studies
Hi guys.. There is a study in TOS, volume profile. is there anyway to create another study base on it to show previous day on current day chart? so far have been unsucessful. Thank you!
0
votes
3
answers
3190
views
asked 8 years ago by jx2012
Category:
Watch Lists
Hi Pete, I am wondering if there is a way to format the style in the watch list or the quote. For example, change volume from 1,000,000 to 1M and price from 15.05 to 15, N/A to blank, etc. Thank you :-)!
0
votes
1
answer
6938
views
asked 8 years ago by Elissa Kortas Jones
Category:
Stock Scanners
Do you have any videos showing how to set up a scanner to see stocks making new highs and lows on the day on 2x relative volume? It would be preferred to be able to customize the price settings. Thank you!
0
votes
1
answer
111
views
asked 8 years ago by Mike D'Antonio
Category:
Stock Scanners
Hello Hahn, I am trying to scan for stocks that had a 5% gain and had 200,000 volume on the same day. However, I need to scan for all the stocks that had a 5% on one day and 200,000 volume on that day for the past 3 days. I am having trouble making t...
0
votes
1
answer
164
views
asked 8 years ago by Mike D'Antonio
Category:
Chart Studies
Hello, here is my code: plot edArrow = if energy > 450 and volume > 200000 then energy else Double.NaN; This is on my indicator (which is not a lower study). The problem is that the arrow plots on my volume bar and I want to plot it under my ca...