Forum

C# dll returns numbers instead of string (unmanaged exports)

I have the following C# function: [DllExport( "Call" , CallingConvention = CallingConvention.StdCall)] [ return : MarshalAs(UnmanagedType.LPWStr)] public static string Call( [MarshalAs(UnmanagedType.LPWStr)] string parameters

Account connection from a webserver

Is it possible to connect to metatrader 4 account in inverter mode and get data to post it on a webpage

Insert MA into Stochastic

Hi, I am currently learning to make EA, and I was wondering how can moving average be inserted in to another indicator like the picture I uploaded. With the platform you can insert it simply by dragging MA file from the navigator menu in to the other indicator. So my question is how can make an EA