I am trying to get McClellan Osc to work with
eSignal data
The following formula does not seem to
work, any advice would be appreciate.
/*
McClellan Oscillator
*/
Graph0 = EMA( AdvIssues("$advq",(C))-DecIssues("$declq",(C)), 19 ) - EMA( AdvIssues("$advq",(C))-DecIssues("$declq",(C)), 39 );
Thanks, Larry