NumberGame / Publications
Forum
Code conversion - Amibroker to MT4
I have a small amount of Amibroker code that I need to convert to MT4 code. Can anyone help? It is a type of trailing stop I use. Countback=Param("Countback",50,1,100,1); LVSL=Param("1",0.0010,0.0010,0.020,0.020); HVSL=LVSL+0.0030; Cond1=LLV(L,Countback); trigger = Cross(Ref(cond1,-1),Low); myLine =