vdemydiuk / mtapi

MetaTrader API (terminal bridge)
http://mtapi4.net/
MIT License
514 stars 277 forks source link

Add a advanced MatLab example #216

Closed KptKuck closed 3 years ago

KptKuck commented 3 years ago

It uses its own API which I packed between MTApi5 and MatLab. Possible that this is useless, but errors from the .NET assembly are more tradable.

The example needs the MtApi5.dll in the folder DLL. There are some data types with the attribute "Serializable" assigned. This was necessary to make the .NET data from the object "DataStore.Bars", storable. Possibly there is a better method.

How to Start: edit SLACK HOOK to your hook run.m MatLab 2020a and MT5 2650 tested

vdemydiuk commented 3 years ago

@KptKuck Thanks