darwinex / dwxconnect

Seamlessly link any Trading Strategy in ANY programming language to Darwinex liquidity via MetaTrader 4 or 5. DWX Connect is your very own, fully customizable Trading API!
BSD 3-Clause "New" or "Revised" License
158 stars 84 forks source link

Use builtin MT indicator #6

Closed agung-wete closed 2 years ago

agung-wete commented 2 years ago

Hi Is it possible to use/ run builtin indicator from client side (python/ java/ etc) ? Thank you

elvinex commented 2 years ago

Hi, Thank you very much for the suggestion. In theory it would be possible, but since there are quite a lot of differences between indicators regarding the input parameters and the output values, every indicator would have to be added individually to the code. Right now, this is not on our to-do list, but we are happy to review pull requests if a user wants to add such a functionality.

Btw. there are also easy-to-use libraries to calculate indicators on the python side, which might be easier to implement. For example, this one: https://github.com/bukosabino/ta