vdemydiuk / mtapi

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

Indicators Examples #176

Open fernandoMachado92 opened 4 years ago

fernandoMachado92 commented 4 years ago

I can't use the indicators. I really don't understand the return. For example I used iMACD and it returned an int value of 10 but what does it mean? Do you have an example of using these indicators?

KptKuck commented 4 years ago

The return value is the handle of the indicator.

Use the TestClient There are functions to add indicators