(DLL) for MT4 using SharpDevelop 4.0.x.x

 

Hi,

Can anybody try to describe HOW TO write DLL using SharpDevelop 4.0.x.x for Meta Trader 4 ?

I would like to code the SIMPLE function like the following and CALL it under expert advisor using MQL4 syntax.


double costam(double a, int b, int c)

{

double d = a + (b * c);

return (d);

}


Waiting for your help. Thanks in advance.

Rgds,