Hello,
I am using python and receive my data via Eikon API.
I want to receive historical EMA datas like 'ema(26,close())'. The 'ema(26,close())' code is working in Eikon Monitor as 'signal(ema(26,close()))'.
I does not see the ema codes in Eikon API - Data Item Browser
Is it possible to receive EMA or other signal datas with different periods from Eikon API?