mdfloop.blogg.se

Rmo indicator thinkorswim
Rmo indicator thinkorswim










Plot h30 = if !today then Double.NaN else OpenRange(30).h Plot l5 = if !today then Double.NaN else if !first30 then Double.NaN else OpenRange(5).l Plot h5 = if !today then Double.NaN else if !first30 then Double.NaN else OpenRange(5).h Plot yLow = if !today then Double.NaN else low(period = "day" )

rmo indicator thinkorswim

Plot yHigh = if !today then Double.NaN else high(period = "day" )

rmo indicator thinkorswim

HI i was checking [ code of your and wondering how can we convert this study into scan ? is it possible?ĭef RangeTime = SecondsFromTime(0930) >= 0 and SecondsFromTime(0930) Rhigh then high else Rhigh ĭef Rlow = if FirstBar then low else if RangeTime and low = 0 and SecondsTillTime(1000) >= 0 ĭef ATR = AvgTrueRange(high, close, low, 10)












Rmo indicator thinkorswim