I am working on the deployment of my trading algorithm but my broker API does not support interfacing with MATLAB, rather it supports interfacing with C#.
I wanted to know how can I deploy by MATLAB algo (which uses functions from many different toolboxes) in the C# environment so I can interface with the API and generate trading signals based on the analysis of my MATLAB algo.
Hi,
take a look at the Builder NE (for .NET). http://www.mathworks.com/products/netbuilder/
It does exactly this, convert the MATLAB code into a .NET assembly that can
be used (e.g.) by your C# code.
Titus
"Zeeshan Arif Saeed" <zeesh.arif@gmail.com> schrieb im Newsbeitrag
news:h8d1d7$mks$1@fred.mathworks.com...
> Hi,
>
> I am working on the deployment of my trading algorithm but my broker API
> does not support interfacing with MATLAB, rather it supports interfacing
> with C#.
>
> I wanted to know how can I deploy by MATLAB algo (which uses functions
> from many different toolboxes) in the C# environment so I can interface
> with the API and generate trading signals based on the analysis of my
> MATLAB algo.
>
> Thanks
>
> Zeeshan
If Builder NE (for .NET) is used which dependent assemblies do I need to deploy my custom assembly? (a matlab-runtime?) Just my custom-assembly, right?
regards
"Titus Edelhofer" <titus.edelhofer@mathworks.de> wrote in message <h8dg23$cvm$1@fred.mathworks.com>...
> Hi,
> take a look at the Builder NE (for .NET).
> http://www.mathworks.com/products/netbuilder/
> It does exactly this, convert the MATLAB code into a .NET assembly that can
> be used (e.g.) by your C# code.
>
> Titus
>
> "Zeeshan Arif Saeed" <zeesh.arif@gmail.com> schrieb im Newsbeitrag
> news:h8d1d7$mks$1@fred.mathworks.com...
> > Hi,
> >
> > I am working on the deployment of my trading algorithm but my broker API
> > does not support interfacing with MATLAB, rather it supports interfacing
> > with C#.
> >
> > I wanted to know how can I deploy by MATLAB algo (which uses functions
> > from many different toolboxes) in the C# environment so I can interface
> > with the API and generate trading signals based on the analysis of my
> > MATLAB algo.
> >
> > Thanks
> >
> > Zeeshan
>
That article is about the base-level MATLAB Compiler, but the MCR works the
same way for the Builder products.
"Dwight Modiwirijo" <dmodiwirijo@hotmail.com> wrote in message
news:hbk4h2$137$1@fred.mathworks.com...
> Hi,
>
> If Builder NE (for .NET) is used which dependent assemblies do I need to
> deploy my custom assembly? (a matlab-runtime?) Just my custom-assembly,
> right?
>
> regards
>
>
> "Titus Edelhofer" <titus.edelhofer@mathworks.de> wrote in message
> <h8dg23$cvm$1@fred.mathworks.com>...
>> Hi,
>> take a look at the Builder NE (for .NET).
>> http://www.mathworks.com/products/netbuilder/
>> It does exactly this, convert the MATLAB code into a .NET assembly that
>> can
>> be used (e.g.) by your C# code.
>>
>> Titus
>>
>> "Zeeshan Arif Saeed" <zeesh.arif@gmail.com> schrieb im Newsbeitrag
>> news:h8d1d7$mks$1@fred.mathworks.com...
>> > Hi,
>> >
>> > I am working on the deployment of my trading algorithm but my broker
>> > API
>> > does not support interfacing with MATLAB, rather it supports
>> > interfacing
>> > with C#.
>> >
>> > I wanted to know how can I deploy by MATLAB algo (which uses functions
>> > from many different toolboxes) in the C# environment so I can interface
>> > with the API and generate trading signals based on the analysis of my
>> > MATLAB algo.
>> >
>> > Thanks
>> >
>> > Zeeshan
>>
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.