Votes
Answers
Views
Question
0
1
235
asked 5 years ago by Frank Abraham
Category:
Chart Studies
Hello Pete, I need to determine the hourly relative volume over 60-day period of particular ticker. Can it be done in TOS? This is what I have so far: def agg = AggregationPeriod.DAY; input length = 61; input offset = 1; plot RVol = Volume (period =...
0
1
532
asked 5 years ago by Gonzalo Tichauer
Category:
Chart Studies
Hi Pete. Simple question here. Is it possible on Thinkscript to plot on one chart a Study from another symbol ? Not meaning the H/L/C but a more complex study. An image as an example. I managed to plot your Hi/Low Study Study on the Lower Panel on a ...
0
1
452
asked 5 years ago by jerry law
Category:
Chart Studies
Dear Pete, Hi, I am Jerry, I would like to calculate the slope of 17Days simple moving average. May I ask how can I get the value of the 17Days simple moving average of the day and calculate the slope comparing with the previous day, using the slope ...
0
1
148
asked 5 years ago by Robert Smith
Category:
TS Solutions
Hello Pete I was looking for a Scan in TradeStation Easy Language, below is the logic, it looks for stock that are approaching high of the day. Any idea how to create this Scan. Last price +0.10 is Greater than high of day price. Thanks.
0
1
165
asked 5 years ago by Bernard Lisowski
Category:
Chart Studies
Scan the Elliott wave oscillator in the TOS histogram to select the highest peak of each wave over 70, also place an arrow on the chart. thank you pete
0
1
111
asked 5 years ago by Chayan Santos
Category:
Alerts and Notifications
Hi, I like to add aggregation period 1 hour to the 1st clause of the code below for a study alert in one sentence. I want the aggregation period of the 1st clause to be set at 1 hour, while the 2nd clause is set to the primary period (ie, 5min), whic...
0
1
27
asked 5 years ago by Tuan Pham
Category:
Stock Scanners
Hi Pete, Is there a way to scan stocks approaching within $0.25 to a half (ie $19.25) or a full ($19.75) whole number? I would also like a second scan of crossing a half (ie $19.50) or full ($20.00)? Thank you again!
1
1
644
asked 5 years ago by Two Way Trader
Category:
Watch Lists
GM!! I need help getting the code for the Mark % change from the previous day close for PreMkt ... Every code I've used, I on;y get results after the open ... I also want to be able to change the background color. Thank you and Happy Tr...
0
1
174
asked 5 years ago by Réal Brasseur
Category:
Watch Lists
Tags:
Here is a little bit of code which I want to simply display the Count as data in my watchlist so i know how many consequtive MoneyFlowIndex values were in my choosen range/value (or how many past a given range/value. I get a "Exactly one Plot Expect...
0
1
206
asked 5 years ago by Jonathan Poulis
Category:
Strategy Guide
Hey everyone I hope you are doing well and staying safe. I wanted to see if there was anyone to use an intraday chart timeframe when backtesting a strategy but have it look back longer that 360 days. I would like it to ultimately go back years. As a ...