I have two separate EFS routines written that give me an Audible alert (they play a wave file) when I get either of two different candle patterns on the price chart. They both work fine, independently.
Some times, the price candles print in such a way that both EFS routines should be called (and and both audio files should be played (sequentially, I hope)). But what happens, instead, is that only the first routine loaded into eSignal is played. If I delete that one, and re-load it, then the other routine is played. But I can't seem to get both to play, even though both should.
Both are set to compute on bar close.
Is there a way around this, besides combining all my EFS routines into one big EFS routine?
JOHN
Some times, the price candles print in such a way that both EFS routines should be called (and and both audio files should be played (sequentially, I hope)). But what happens, instead, is that only the first routine loaded into eSignal is played. If I delete that one, and re-load it, then the other routine is played. But I can't seem to get both to play, even though both should.
Both are set to compute on bar close.
Is there a way around this, besides combining all my EFS routines into one big EFS routine?
JOHN
Comment