Return to site

Thinkorswim indicator free download

broken image

VolumeSum = CompoundValue(1, volumeSum + volume, volume) PeriodIndx = RoundDown(yyyyMmDd / 100, 0) ĭef isPeriodRolled = CompoundValue(1, periodIndx != periodIndx, yes) PeriodIndx = Floor((DaysFromDate(First(yyyyMmDd)) + GetDayOfWeek(First(yyyyMmDd))) / 7) TimeFrame = timeFrame.WEEK and cap >= AggregationPeriod.MONTH Īssert(!errorInAggregation, 'timeFrame should be not less than current chart aggregation period') TimeFrame = timeFrame.DAY and cap >= AggregationPeriod.WEEK or # Original developer: Bayside of Enhanced Investorĭef mov_avg9 = ExpAverage(price, superfast_length) ĭef mov_avg14 = ExpAverage(price, fast_length) ĭef mov_avg21 = ExpAverage(price, slow_length) ĭef buy = mov_avg9 > mov_avg14 and mov_avg14 > mov_avg21 and low > mov_avg9 ĭef sellsignal = CompoundValue(1, if sellnow and !stopsell then 1 else if sellsignal = 1 and stopsell then 0 else sellsignal, 0) ĭef Sell_Signal = sellsignal = 0 and sellsignal # Enhanced Trend Reversal Indicator with Signals

broken image