tom standly
tom standly
Added topic convert pine script to mql5
can anyone help to convert this code to mql5? //@version=5 indicator( "condition counting with valuewhen" , overlay = true ) m1 = ta.ema(close, 30 ) m2 = ta.ema(close, 100 ) plot(m1, color = color .red) plot(m2, color = color .yellow) cond =
tom standly
Added topic this indicator code runs too slow in testing. how it become faster without affect results of it?
#property link " https://www.mql5.com " #property indicator_chart_window #property indicator_buffers 2 #property indicator_plots 1 #property indicator_label1 "mColorLine" #property indicator_type1 DRAW_COLOR_LINE #property indicator_color1 clrRed
: