Using API indicators directly in library code?
Created at 14 Dec 2022, 18:39
Using API indicators directly in library code?
14 Dec 2022, 18:39
Hi
I'd like to use the indicators in the API directly from library code.
But everything in the Indicator folder in the API seems to be hidden behind Interfaces - I can't see any accessible concrete implementations.
Is there any way around this?
I realise that I could initialise the indicators in the bot and pass them to my library, but direct access to the code would be cleaner.
Thanks for any help!