[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Volume ela request



PureBytes Links

Trading Reference Links

Input: AvgBars(20), Pcnt(.5);

If Volume > Average(Volume, Avgbars)[1] then
   Alert("Volume Increase");

That is if you have the 2000i version.  If you have TS
4 you will want to use

If Volume > Average(Volume, Avgbars)[1] then
   Alert=true;

H

--- felixty@xxxxxxxxxxx wrote:
> Hi,
>   Am primarily a stock trader,does anyone has an ela
> system for putting
> these 2
> variable to call the attention during the
> chartscanning?
> 
>         Input Variable
> moving average of volume = we input how many days
> 
> percentage  increase         =we input percent
> increase over the average
> to put the scanner on alert
> 
> like if the average daily volume the last 20 days is
> 2,000,0000
> shares,then suddenly its 3,100,000 shares today the
> scanner will alert
> me,because the percentage vriable I put in is 50%...
> 
> This is more like those who watch open interest
> volume of futures
> traders,w/c I think this is important  for stock
> investors/trader to
> spot moves earlier before seriously technical
> analysis should
> begin....as in trying to filter anything that
> started moving......like
> Granville's volume is the choo-choo that moves price
> train.....need this
> to filter the many stocks,OBV might be sometihng
> like that,but I need
> something more automated...
> 
> Thanks,
>       Felix
> 
> 
> 
>