Hello,
I need direct signals or technical indicator datas from Eikon API. I see signal datas in Eikon monitor with the code; """Signal(Close() > ema(26, Close()))""".
When I copy the Eikon monitor to excel worksheet, the code alters the excel code formation; """=TR(A6,"Signal(Close() > ema(26, Close()))")""". However, i'm receiving 'Invalid Field' error.
Is there any way to take signal or technical indicators in excel or preferably python with EikonAPI?