Questions (272)

Votes
Answers
Views
Question
0
votes
1
answer
53
views
asked 5 years ago by
Category: Stock Scanners
Sorry about the earlier incorrect format. I am interested in a scan for the following: Today’s Close>Open and Today’s volume < Yesterday’s volume Thank you  
0
votes
1
answer
372
views
asked 5 years ago by
Category: Stock Scanners
Pete I have a study that colors my bars red/green and yellow for neutral...I was looking  to scan for stock that are all red or green in multiple time frames...I would only get results if the 5,10,15,20,30,1hr.2hr,4hr and daily are all geeen. Or a va...
0
votes
1
answer
125
views
asked 5 years ago by
Category: Watch Lists
I am looking somebody to help me with the following code: ---------------------------------------------------------- plot Bet = volume * 100 * 0.5 * (ask() + bid()); Bet.AssignValueColor(if Bet > 1000000 then Color.Green else if Bet < 300000 th...
0
votes
1
answer
141
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I am trying to make the code getting idea from your recent solution. I am trying to get the signal and arrow on 30 min candle for a possible reversal. My conditions are 1- Needs a signal on the same candle when that particular candle's open ...
0
votes
1
answer
214
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, Can you please write a code for two consecutive candles which creates a buy or sell alert sound signal with arrow on the second candle if the following conditions are met. 1 - First two candles fulfill higher high higher close and higher ope...
0
votes
1
answer
113
views
asked 5 years ago by
Category: Chart Studies
Hi Hahn! Thank you very much for your helpful videos. I would like to know if you could generate an indicator similer like the picture 
0
votes
1
answer
72
views
asked 5 years ago by
Category: Watch Lists
Hello Is there any way to create a script that set up condition that if the time is more than 11 Pm volume should be more than 2 million. or I can say after 11PM I need to see only the stock that have volume over 2 million.  
0
votes
2
answers
932
views
asked 5 years ago by
Category: Chart Studies
Hi Hahn! Thank you very much for your helpful videos. I would like to know if you could generate an indicator displaying Weis Waves Volume and a study chart that displays zigzag lines, the angle of the zigzags and Weis Waves Volume number on the slop...
1
vote
1
answer
105
views
asked 5 years ago by
Category: Chart Studies
im using a script to track volume from 0400-1600 premarket to end of day not including after hours but it doesnt seem to match with the current volume "def EOD = SecondsFromTime(0400) >= 0 and SecondsFromTime(1600) < 0;" Daily Volume script "de...
0
votes
1
answer
116
views
asked 5 years ago by
Category: Chart Studies
I would like to add a vertical line once premarket volume has been rotated once on the lower study Thanks