Page 1 of 1

How to pause the chart when indicator prints

Posted: Wed Feb 24, 2016 2:14 pm
by fredferrell
How do I pause a chart (in code) when my indicator prints a signal? I am using C++.

Re: How to pause the chart when indicator prints

Posted: Thu Feb 25, 2016 8:13 am
by FX Helper
Hello,

Sorry, but Indicators API doesn't have such functionality.

The only way is to write a strategy that uses the indicator and uses the Pause(); function.