Access indicators from a library

Created at 11 May 2022, 05:51
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
PA

patrock333

Joined 05.01.2020

Access indicators from a library
11 May 2022, 05:51


Hello.

Does anyone know if the indicators can be accessed from my own DLL library? I'm trying to create my own library for my bots and indicators.

Thanks for the help.


@patrock333
Replies

amusleh
11 May 2022, 10:04

Hi,

No, you can't, you can create a proxy class for communication between your DLL services and indicator/cBot.

You can also reference automate API assembly and use the base Indicator or Robot interfaces on your own assemblies (DLLs).


@amusleh