Hi All Any one please help to convert the following to MTF //@version=3 study("FLC LH MTF","FLC LH MTF",overlay=true) ma_len=input(14,"EMA parameter", integer) length00 = input(14) fmultiplier = 0.01 // ||--- trend = ema(ohlc4, length00) hhi1 = ohlc4 < trend ? valuewhen(cross(ohlc4,trend), lowest(lo...