|
Re: TMF Osc
cosmic:
would this alert work for zero line crosses?
{ Alert criteria }
if TR>0 then
Alert( "Bullish alert" )
else if TR<0 then
Alert( "Bearish alert" ) ;
I am watching this indicator on ES 10,000 volume chart and it seems to give an early warning as to directional change.
|