StockFetcher Forums · Filter Exchange · ROC Divergence<< >>Post Follow-up
DMOBRIEN
363 posts
msg #88871
Ignore DMOBRIEN
2/28/2010 7:02:30 PM

Feel free to critique this one, any help is appreciated.

Fetcher[/* Rate of Change Criteria*/

set{RC, smoothed rate of change(5,9)}
set{RCMA, cma(RC,7)}

/* Basic Tirone Lines*/

set{my_high,high 40 day high}
set{my_low,low 40 day low}
set{my_diff, my_high - my_low}
set{my_mid, my_diff / 2}
set{my_mid1, my_high - my_mid}

/*Set up for RC/RSI To Play the Divergence Gap Created by RC Crossing Above RCMA*/

set{RSIVAL, indposition(rsi(2),10) * 100}
set{RCVAL, indposition(rc,10) * 100}

draw my_high on plot price
draw my_low on plot price
draw my_mid1 on plot price
draw RC
draw RCMA on plot RC
draw rsival
draw rcval on plot rsival
close > 1
draw rsi(2)
draw dma(3,3)
]



mystiq
650 posts
msg #90038
Ignore mystiq
3/21/2010 2:29:56 AM

nice...i just changed dma(3,3) to dma(28,-14)




StockFetcher Forums · Filter Exchange · ROC Divergence<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.