Getting quotes from multi symbols

Created at 01 Aug 2018, 05:16
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!
YO

yoannes

Joined 05.02.2017

Getting quotes from multi symbols
01 Aug 2018, 05:16


Hi,

Today I have a bot just to get the quotes of some symbols, calculate some averages and send signal to operate (another bot).

Is there a better way to get the new ticks from every symbol using just one instance? 

Thanks.

 


@yoannes
Replies

PanagiotisCharalampous
01 Aug 2018, 10:29

Hi yoannes,

I think you will find this post interesting.

Best Regards,

Panagiotis


@PanagiotisCharalampous

yoannes
01 Aug 2018, 15:31

 

Hello Panagiotis,

Thankyou very much, found the answer to my question.

 

In this case, OnTick() will be invoked for all four symbols.
Let me know if this helps you.

 


@yoannes