how to place an indicator in the library to create it in cbot

Created at 29 Jul 2022, 19:26
GE

genievepro

Joined 29.07.2022

how to place an indicator in the library to create it in cbot
29 Jul 2022, 19:26


Hi everyone
I downloaded an indicator and I would like to place it in a cbot, however it does not read the reference, could you tell me how I place it in the libraries so that it appears, try this:

//#reference: ..\Indicators\ZigZag.algo

 


@genievepro
Replies

firemyst
02 Aug 2022, 16:06

Have you tried adding the reference through cTrader? In the bot under "Automate", there are 3 vertical dots. From those, you can select "Manage References". Add the indicator as a reference that way, and then launch your development environment.


@firemyst