Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
86
views
asked 3 years ago by
Category: Chart Studies
Hi there! I was trying to make a simple label to give me a general feel of where NQ futures are without having to go to that chart. I believe I am close on the code, but the colors/state do not seem to match. Any thoughts? Thanks!   input symbol...
0
votes
1
answer
139
views
asked 3 years ago by
Category: Watch Lists
I am looking for a watch list column that will be green background if the stocks current average volume is 500 thousand or more to be green with the value of the current average volume in black lettering and if under 500k the background will be red? ...
0
votes
1
answer
93
views
asked 3 years ago by
Category: Stock Scanners
pete, not getting my desired results. I am trying to do a scan of bollinger percent  of less than 3%. scan print will show the results. Also included is the wizard . Any help will be deeply appreciated.
0
votes
1
answer
72
views
asked 3 years ago by
Category: Chart Studies
Would it be possible to script an indicator to start at a specified time?  For instance, the bollinger bands carry the effect of prior expansion, and lag to show a full squeeze as it forms.  But is it possible to add options to the code to force it t...
0
votes
1
answer
232
views
asked 3 years ago by
Category: Stock Scanners
Hi all. So I have an idea I'd like to test out, but I'm not sure how to put it together into a working thing. I basically want to scan for premarket price spikes that have happened say up to 30 days ago. I want the scanner to return the list of ticke...
0
votes
1
answer
237
views
asked 3 years ago by
Category: Strategy Guide
Mr Hahn, I am hoping you can help me figure out why my conditional orders are not triggering for TOS. I am trying 2 different types in my live account (for a small amount) until I can get it working. I am using the MACD standard crossover from negati...
0
votes
1
answer
440
views
asked 3 years ago by
Category: Stock Scanners
Hello Peter, This is a can from TOS price performance => Near_High_Lows when current price is within 3% of the 252 period low. #Wizard text: The current price ##Wizard input: price #Wizard text: is within #Wizard input: choice1 #Wizard text: % of ...
0
votes
1
answer
596
views
asked 3 years ago by
Category: Chart Studies
I'm using SetPaintingStrategy.VALUES_BELOW in two different studies.   One is the tos sequence counter and the other a custom script.   The issue I have is that the numbers paint on top of each other.    Is there a way to format them to not be on top...
0
votes
1
answer
77
views
asked 3 years ago by
Category: Chart Studies
hello, is it possible to make the rsi have a zero line and range between -100 and 100 instead of 1 to 100... what would i need to do it the calculations to make it range like this?  thanks for any assistance
0
votes
1
answer
364
views
asked 3 years ago by
Category: Chart Studies
Hello is it possible you can hemp me with the script that change color to yellow of  the volume bar if the volume is over 5000000 def paintbar = volume > 500000; AssignPriceColor(if paintBar then Color.yellow else Color.Current);   this chang...