Hello there:
I would like to know if there is a way of fetching technical indicadors like the intraday VWAP or the EMA(20) of the closing prices of each candle, when each candle is one minute…Is it possible??
If it is possible… how do you actually do It on Ibridgepy??
Hi Ghery,
There is no way that I know that can fetch indicators. But you can use Ta-Lib to calculate technical indicators. You can follow this link on how to install Ta-Lib.
On the subject of how to calculate technical indicators on one-minute data, you need to fetch one-minute data from IBridgePy and calculate indicators using Ta-Lib functions. You will find this link on Ta-Lib useful.