MARY4MONEY 806 posts msg #47460 - Ignore MARY4MONEY |
10/14/2006 2:11:07 PM
under add indicator to your chart-you put a green check in the left side and leave where it says select indicator alone but you add the following in the open boxes to the right and save. ADD COLUMN RSI(2) ADD COLUMN WEEKLY RSI(2) SET{V%, VOLUME/AVERAGE VOLUME (50) } AND ADD COLUMN V% (this is to find volume spikes- 5.0 would be 5 x the average volume) set{M%,atr(2)/high(2)} and add column M% (this the % of movement foe the last 2 days- where 0.05 would be 5% movement) add column historical volatility(50,1) add column historical volatility(2,1,365) add column weekly atr(1) add column atr(1) ( the atr 2 give you the trading ranges for daily and weekly which are very usefult for option trading)
|