Are you making one or more of the 5 deadliest mistakes that options traders make, without knowing it? Any one of these mistakes can end up blowing your whole trading account, so this is a video you’ll want to watch very closely if you trade options.
Garrett’s Extended Hours % AVOL Indicator for thinkorswim
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


