Search found 1 match

Go to advanced search

by romeo
Sun Mar 05, 2023 8:25 am
Forum: Request Scripts
Topic: Convert MTF
Replies: 0
Views: 9526
 
Jump to post

Convert MTF

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...

Go to advanced search