darwinex / dwx-zeromq-connector

Wrapper library for algorithmic trading in Python 3, providing DMA/STP access to Darwinex liquidity via a ZeroMQ-enabled MetaTrader Bridge EA.
https://blog.darwinex.com/zeromq-interface-python-r-metatrader4/
BSD 3-Clause "New" or "Revised" License
341 stars 227 forks source link

Get Rsi indicator value from meta trader to zmq connector #135

Closed MinaAdelAbdu closed 2 years ago

MinaAdelAbdu commented 2 years ago

@integracore2 Hi I use zero MQ and I want to get value of RSI indicator from Meta Trader to my strategy client by python

VladPerervenko commented 2 years ago

Hi, Why would you need to pull indicator data from the terminal if Python has several indicator libraries? For example : pandas-ta, ta, ta-py . The calculation will be faster than a transaction from the terminal.