


#AddChartBubble(TimeCondition ,MML1, "1/8ths Fast Reversal line: weak", color.yellow, yes) #AddChartBubble(TimeCondition ,MML2, "2/8", color.pink, yes) #AddChartBubble(TimeCondition ,MM元, "3/8ths Lower Trading Range: ", een, yes) #AddChartBubble(TimeCondition ,MML4, "4/8", color.cyan, yes) #AddChartBubble(TimeCondition, MML5, "5/8ths Upper Trading Range: ",een, yes) #AddChartBubble(TimeCondition, MML6, "6/8", color.pink,yes) #AddChartBubble(TimeCondition, MML7, "7/8ths Fast Reversal line: weak",color.yellow, yes) If showOnlyToday and !IsNaN(close(period = "DAY")) Input timeFrame = ĭef RangeSize = AbsValue(RangeHigh - RangeLow) ĭef TimeCondition = IsNaN(Close) and !IsNaN(close) ĭef MML7 = RangeLow + RangeSize * (MMLevel7) ĭef MML6 = RangeLow + RangeSize * (MMLevel6) ĭef MML5 = RangeLow + RangeSize * (MMLevel5) ĭef MML4 = RangeLow + RangeSize * (MMLevel4) ĭef MM元 = RangeLow + RangeSize * (MMLevel3) ĭef MML2 = RangeLow + RangeSize * (MMLevel2) ĭef MML1 = RangeLow + RangeSize * (MMLevel1) Changed the line colors to what made sense to me so no real significance to line colors.
