Access indicators from a library
Created at 11 May 2022, 05:51
PA
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.
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