API - access to indicators data

Hi,

Is it possible to get data from indicators there are set in the chart f.e. cumulative delta values or VWAP?

Hello @Lukasz,
You can get data from the indicators in a few ways. You can use a worksheet to compose an expression using data from indicators. Or you can create a custom indicator and use the built-in tools to compose an indicator function.

Thanks @Alexander - it looks promising.

  1. Is it possible to create a notification on the phone or telegram if some conditions are met like crossed 2 different indicators? Could you guide me in right direction?
  2. Would I need to do custom indicator or worksheet is enough to detect crossing of two separate indicators? I would then need to do some action like update the graph with arrow or dot or whatever and send notification to the phone.