Votes
Answers
Views
Question
0
1
108
asked 6 years ago by TexasJohn JATrading
Category:
Strategy Guide
I have tried to put in the following code into a conditional order and get the following errors. Low Close[1],
0
1
138
asked 6 years ago by Matthew Zikry
Category:
Stock Scanners
hi Pete, I've been struggling with this one for some time now. Many times I'm gathering intraday information and want a cross-reference it against daily data in the past. An example might be I currently have a chart that gives me the highest p...
0
1
116
asked 6 years ago by nick bean
Category:
Alerts and Notifications
Hey, I was wondering if it was possible to set an alert when conditions are met from to different time frames. I'm wanting to set an alert when macd crossover up is true on 1 min bars and 5 min bars.
1
1
605
asked 6 years ago by Hero Margalin
Category:
Watch Lists
hello....I have a question about earning date....is there possible to put next earning date in custom watchlists column ?
0
1
444
asked 6 years ago by Matthew Zikry
Category:
Stock Scanners
Hi Pete, Was wondering if it was possible to get a , into the scan results? Lets go with something super basic, plotting the volume from yesterday (image attached) Using the code: plot x = volume() [1]; ^ this gives me the data with a single decimal ...
1
1
593
asked 6 years ago by Harinder Singh
Category:
Chart Studies
Hi Pete, How can I draw an auto line on pre-market (1st price after 4 AM ) opening price? Thanks
0
0
58
Be first to answer!
asked 6 years ago by trades kumar
Category:
Stock Scanners
Hi Pete, I am looking to find the stocks whose low happened in the last 9-12 months and high happened in the last 30 days example: today is 2/10/2019, so low should have occurred around 2/10/2018-4/10-2018 and high should in 1/10/2019-2/10-2019 on a ...
0
1
581
asked 6 years ago by Mr. Lloyd
Category:
Alerts and Notifications
Hi Hahn, Is possible that you can help me to create color bars based on two conditions. Thinkorswim Indicators: if the Acceleration and Deceleration Osc + Awesome Oscillator are green= then the color bar will be green if the Acceleration and Decele...
0
1
583
asked 6 years ago by חנן מרקו
Category:
Chart Studies
Hi This code work fine unless it is a FUTURE symbol what im missing here ? def X = if getSymbolPart(1) == "/ES" then 2700 else if getSymbol() == "SPY" then 270 else Double.NaN; plot line = X ;
0
1
1204
asked 6 years ago by Justin Madigan
Category:
Stock Scanners
Hi Pete, Is it possible to modify the TTM Squeeze Scan to return only results with the second yellow bar after 2 or more red bars (histogram)? Thanks