CREATE .DLL from a build indicator .net

Questions about MultiCharts .NET and user contributed studies.
shivax
Posts: 90
Joined: 02 Sep 2013
Has thanked: 37 times

CREATE .DLL from a build indicator .net

Postby shivax » 29 Nov 2013

hallo...i ask if is possibile create a. dll file from a multichart.net an indicator constructed by successively is used in a program easylanguage

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: CREATE .DLL from a build indicator .net

Postby Henry MultiСharts » 02 Dec 2013

Hello shivax,

The description is not very clear. Please elaborate.
Do you mean you have a dll that is used in easylanguage code and you want to use it in MultiCharts .Net code? Please describe in details the exact difficulty you have.

FATSTrader
Posts: 15
Joined: 14 Feb 2011
Has thanked: 7 times
Been thanked: 3 times

Re: CREATE .DLL from a build indicator .net

Postby FATSTrader » 21 Dec 2014

The question is, are you able to create an indicator in MultiCharts.Net and create a DLL from that MC.Net code, then call the DLL from a Powerlanguage study in [regular] MultiCharts.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: CREATE .DLL from a build indicator .net

Postby Henry MultiСharts » 22 Dec 2014

Hello FATSTrader,

PowerLanguage .Net Editor cannot be used for compiling code into a dll. You need to use any dll compiler to do that, for example MS Visual Studio.
If you want to use the created dll in MultiCharts (with PowerLanguage) then it should have no references from MultiCharts .NET.


Return to “MultiCharts .NET”