Reading values from custom 3rd party algo indicator

Created at 16 Aug 2024, 22:17
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!
MI

michael.causley

Joined 21.05.2024

Reading values from custom 3rd party algo indicator
16 Aug 2024, 22:17


I have a 3rd party indicator which I purchased and want to be able to read the values from it in my own code. I cannot see or find how to add the reference to this indicator even though I have the file on my PC. Is there a guide or can someone help me with this?

 

Thank you


@michael.causley
Replies

PanagiotisCharalampous
17 Aug 2024, 06:36

Hi there, 

In order to reference an indicator in your cBot, you would need to have the indicator's source code. It is not possible to reference an indicator that comes without source code.

Best regards,

Panagiotis


@PanagiotisCharalampous

michael.causley
18 Aug 2024, 04:24 ( Updated at: 19 Aug 2024, 05:19 )

RE: Reading values from custom 3rd party algo indicator

PanagiotisCharalampous said: 

Hi there, 

In order to reference an indicator in your cBot, you would need to have the indicator's source code. It is not possible to reference an indicator that comes without source code.

Best regards,

Panagiotis

Thank you. 


@michael.causley