Garrett’s Extended Hours % AVOL Indicator for thinkorswim

smbcapitalGeneral Comments

Garrett’s Extended Hours % AVOL Indicator for thinkorswim ### inputs ### input AVOL_length = 21; input subtractFirstBarVolume = yes; ### daily AVOL ### def daily_volume = volume(period = AggregationPeriod.DAY); def AVOL = Average(daily_volume[1], AVOL_length); # AfterHours Volume def ah = getTime() > regularTradingEnd(getYYYYMMDD()); def firstAHVolume = if ah and !ah[1] then volume else firstAHVolume[1]; def ahVol = if ah and … Read More

Traders4ACause Spring Salute (Virtual Event)

smbcapitalGeneral Comments

Traders4ACause presents their Spring Salute, benefiting the Gary Sinise Foundation and Building Dreams for Marines! Help us celebrate National Military Appreciation Month! SMB’s Mike Bellafiore, Dr. Brett Steenbarger, and Ty Young will be presenting for the Trading Community as well as some other great guests. The event starts 9 AM ET tomorrow (Saturday). It’s a great online program for traders and … Read More