I wouldn't call this a course. My goal is zero fluff. I will jump right into my current watchlist, tell you the ThinkorSwim indicator that I'm using, and past trade setups to help you understand my swing trading strategy.
I believe TOS considers both as Extended Hours, so yes if you've checked the box for using extended hours.The Custom Study you have put in is "After Hours Price Change", will TOS consider the PreMarket as After Hours?
Did u use btd with settings that you mentioned earlier to trade?What a day! SPI started and all the other energy stocks came up with it. 2 straight weeks of low volatility, this was what I was waiting for. Stocks traded today that was on the list : SPI, SUNW, DPW, POLA
Did u use btd with settings that you mentioned earlier to trade?
Man I got smashed today by POLA, SUNW, and OEG.
I'm trading based on my fib levels but there were such big moves that I kept getting stopped out.
I have been following this thread for a while now and unfornutaley SONNY hasnt posted in a very long time.Hi @Sonny have you fixed the RV1 code yet on the Color Coded Watchlist Columns? Because me and some other members are having loading issues with it. About half of the "Gainers" show RV1 values then the other half say "loading" and "NaN". And lastly are we just purely focusing on the highest RV1 value in Cyan or across the board Cyan? Thanks in advance.
@Joseph Patrick 18 : I think Sonny has left the building...Hi @Sonny have you fixed the RV1 code yet on the Color Coded Watchlist Columns? Because me and some other members are having loading issues with it. About half of the "Gainers" show RV1 values then the other half say "loading" and "NaN". And lastly are we just purely focusing on the highest RV1 value in Cyan or across the board Cyan? Thanks in advance.
Ok thanks appreciate it.I have been following this thread for a while now and unfornutaley SONNY hasnt posted in a very long time.
Ok thanks appreciate it.@Joseph Patrick 18 : I think Sonny has left the building...
Sonny
Joined May 7, 2020
Last seen Jul 22, 2020
@Joseph Patrick 18 - I use this for a Relative Volume Watchlist Column - may or may not be useful to you. I found it on this site. Forget which thread.Ok thanks appreciate it.
Ok thanks appreciate it.
def isRollover = GetYYYYMMDD() != GetYYYYMMDD()[1];
def beforeStart = GetTime() < RegularTradingStart(GetYYYYMMDD());
def vol = if isRollover and beforeStart then volume else if beforeStart then vol[1] + volume else Double.NaN;
def PMV = if IsNaN(vol) then PMV[1] else vol;
def AV = AggregationPeriod.DAY;
def x = Average(Volume(period=AV)[1],60);
def y1 = Round((PMV/x),2);
def L = Lg(y1);
def p = if L>=1 then 0 else if L>=0 then 1 else 2;
def y2 = Round(y1,p);
#plot z = y2;
#z.assignValueColor(if z>=10 then color.CYAN else if z>=1 then createcolor(255,153,153) else createcolor(0,215,0));
AssignBackgroundColor(if y2 > 10 then Color.BLUE
else if y2 > 8 then Color.DARK_GREEN
else if y2 > 6 then Color.GREEN
else if y2 > 4 then Color.LIGHT_GREEN
else if y2 > 2 then Color.LIME
else if y2 > 1 then Color.YELLOW
else if y2 < 1 then Color.ORANGE else Color.BLACK);
AddLabel(yes, y2, Color.BLACK);
Check out our Buy the Dip indicator and see how it can help you find profitable swing trading ideas. Scanner, watchlist columns, and add-ons are included.
Join useThinkScript to post your question to a community of 21,000+ developers and traders.
Start a new thread and receive assistance from our community.
useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.
We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.
If you are new, or just looking for guidance, here are some helpful links to get you started.