MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading and Strategy Testing Forum

Fourier extrapolation of price Indicator
Fourier extrapolation of price
Author: gpwr
Subscribe to signal
FxChemist
14.52%, 30 424.78 USD
New Opportunities with MetaTrader 5 New Opportunities with MetaTrader 5 Average True SpreadAverage True Spread Try product
Average True Spread
Author: VincentX
Screenshot
EURAUD, D1
Demo

// DLL supporting language

To add comments, please log in or register

dr0zaxx
9
dr0zaxx 2010.08.10 13:01

Hello,

Is it possible to use a DLL which is created with C#.NET with MT5? Or is C++ the only way to go.

Please advise.


Thanks!

Vladimir Batrudinov
4013
Interesting 2010.08.21 19:19
dr0zaxx:

Hello,

Is it possible to use a DLL which is created with C#.NET with MT5? Or is C++ the only way to go.

Please advise.


Thanks!

Hi,

Everything depends on the task you want to solve.

MQL5 supports the decisions made in MS Visual Studio, as well as decisions made in the development of alternative means of DLL.

Andrey Voytenko
11100
avoitenko 2010.08.21 23:26

Function import in MQL5 can only import Windows DLL and does not support NET libraries.

You can create a DLL library in languages with standard calls stdcall or cdecl on the popular programming languages C++, Delphi and others.

The site contains articles how to create DLL: How to Exchange Data: A DLL for MQL5 in 10 Minutes  and Guide to writing a DLL for MQL5 in Delphi

/

To add comments, please log in or register