Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
22
views
asked 3 months ago by
Category: Strategy Guide
Can we compare multiple FPL in Single Strategy to see which one works better for a particular Stock. Ex, def conditionOne = Average(close, 8) crosses above Average(close, 21); def conditionOneClose = Average(close, 8) crosses below Average(close, 21)...
0
votes
1
answer
21
views
asked 4 years ago by
Category: Stock Scanners
Hello, As part of a larger scan that I'm running in Thinkorswim, I screen for stocks above their 200-day moving average.  An issue that is occurring is the removal of stocks that meet all the other criteria but don't have 200 days of trading data.  I...
0
votes
1
answer
21
views
asked 1 month ago by
Category: Strategy Guide
Hey Pete! I was having trouble posting this, so I'm not certain if this is the right section. From your videos, I know recursion is a no-no for Thinkorswim's custom code order conditions. Is there any way to reference today's high of the day without ...
0
votes
2
answers
20
views
asked 7 years ago by
Category: Strategy Guide
how do you study to buy & sell automatic on trade. I have problem with the code to generators to buy and sell on the indicator to do it automatic.
0
votes
1
answer
18
views
asked 3 weeks ago by
Category: Watch Lists
I need help adding a counter to waveA watchlist code plot waveA = TTM_Wave().Wave1; AssignBackgroundColor(if waveA >= 0 then if waveA > waveA[1] then color.CYAN else color.BLUE else if waveA < waveA[1] then color.RED else color.YELLOW);
0
votes
1
answer
18
views
asked 3 weeks ago by
Category: Stock Scanners
I'm having trouble using the wizard building a scan, rather than doing an EOD scan for Daily above avg (50 period) Vol I would like to add this condition to my scan today looking at yesterdays end of day daily volume. The condition wizard is not work...
0
votes
1
answer
14
views
asked 1 month ago by
Category: Chart Studies
Hey everyone! I am using a chart study on the 1 minute chart (that also shows extended hours trading). I am using the code below to track the highest high but I would like it not to reference the extended hours high. I’ve tried a couple different sol...
0
votes
1
answer
13
views
asked 6 days ago by
Category: Chart Studies
Hi Pete, How do I show the PVR Rank 1 as bright green, 2 as a lighter green, 3 a lighter red and 4 as bright red on the chart? Thanks!
0
votes
1
answer
11
views
asked 1 week ago by
Category: Chart Studies
Hey Pete, I am struggling to create a simple chart script that shows the percent change from the premarket low to premarket high (4am-9:29am est) A simple chart label would work fine.   An example ticker to use would be $BOF 4/24/24. Where the v...
1 233 234 235