MT5 and trans2quik.dll - page 7

 
prostotrader:

It just doesn't make sense to make a mess.

Using MT5 we need a code in the EA and a DLL that will receive the data.

Using only Quick, we have only one application (see fig. with diagram)

Eh, well you have to be a programmer to pull the stand-alone running code...

I really hoped that the possibility to work with Quick will appear - I want to work more with options, but it is not realistic without automation, alas.

 

Aeroflot surprised me today...


 
prostotrader:

Aeroflot surprised me today...


What kind of interest is that?

 
Aleksey Vyazmikin:

What kind of interest is this?

This is the net earnings (including all commissions) in annual interest.

 
prostotrader:

This is the net earnings (including all commissions) in annual percentage terms.

Then congratulations!

 
Aleksey Vyazmikin:

Then congratulations!

Nothing so far. I've written a "tepminal" for the quickie completely. Solved the thread synchronisation problem,

but the DDE receiver still crashes when orders are exchanged.

I guess there is something wrong in Quickswitch when I use DDE + trans2quik.

Yuriy Asaulenko, can you give me your code in Lua + DLL source?

I want to make sure that output from Quickquik by DDE "messes around".

 

Yuriy Asaulenko does not need the source of the DLL (I wrote it myself)

Question How to output a table in Lua?

Paka only did a test sending to dll

require "sfqdata"

res = sfqdata.Numbers(2, 3, "A", 5.3)

message("Numbers=" .. tostring(res, 1), 1)
message("GetHostAppPath=" .. sfqdata.GetHostAppPath(), 1)

function main()
end
 
prostotrader:

Yuriy Asaulenko does not need the source of the DLL (I wrote it myself)

Question How to output a table in Lua?

Paka only did a test sending to dll.

I'll give you all of them, but by tonight.
Need a book on Lua?
 
Yuriy Asaulenko:
I'll give you all of them, but by tonight.
Do you need a book on Lua?

Yes, thank you.

Added by

Does the table output go via eventu or by timer?

 

Yuriy Asaulenko Thanks for the examples, but I left your link (my DLL + Lua), because the data output is

The data is printed using timer.

I have completely finished DDE + trans2quik.dll, everything works fine.

DDE listener is completely implemented in separate native DLL.

In response to your kindness, I can give you the source code, or compile to your needs DDE listener.

DDE + trans2quik.dll works faster.