scanner for volatile pair

Created at 06 Jul 2018, 10:09
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!
BA

bazan.wael@gmail.com

Joined 06.07.2018

scanner for volatile pair
06 Jul 2018, 10:09


Dears;

 

I am trying to develop a CBOT that check different tradable instruments / forex pair and send an alert when a specific criteria is meet for example ( ATR value).

 

I can do a straight forward Algo to do the above function but with defined instrument / pair – ie: a chart ( symbol and time frame). But can’t make it generic that do a scan on all tradable instrument by the broker

  • I need help in my code by suggesting a code statement that do the following function

"  OnBar,  for each tradable pair check the following { // logic here } "  I can manage the rest of the CBOT.

 

  • how to run that Algo without associating it to a specific /defined (symbol and time frame).

 

 

 


@bazan.wael@gmail.com
Replies

PanagiotisCharalampous
06 Jul 2018, 11:17

Hi Bazan,

Thanks for posting in our forum. Currently cAlgo.API does not offer the tools you are looking for. Tradable instruments are not available and cBots are bounded to a Symbol and timeframe, even though it is possible to trade on other symbols as well and retrieve information about other timeframes. Maybe Connect API is a more appropriate technology to use in your case.

Please have a look and let me know if I can help you further.

Best Regards,

Panagiotis

 

 


@PanagiotisCharalampous