NumberGame
NumberGame
Friends

Add friends via their profile or user search and you will be able to see if they are online

NumberGame
Registered at MQL5.community
NumberGame
Added topic 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;