AFL Simple Line to MQL4

 

Hi All,

 

How do I write the below line in MQl4

multiplyer = Param("multiplyer", 2, 1, 10, 0.1);

Please help.

 

Thanks

Sree 

 

input double multiplyer = 2;

But in order to simulate the same as in AmiBroker, you need additional code for max/min/step checking 

Reason: