View previous topic :: View next topic |
Author |
PRICE & SMA CROSSOVERS |
hemant.icharts Site Admin
Joined: 10 May 2011 Posts: 334
|
Post: #1 Posted: Wed Apr 30, 2014 11:48 am Post subject: PRICE & SMA CROSSOVERS |
|
|
Below are the examples codes, you can customize the parameters as per your requirement. For Help on how to put this code in scanner, you can refer the video https://youtube.googleapis.com/v/icfr0r7vYt8 OR call / mail us.
Bullish
For Bullish Crossover of Price and SMA 5 use this Code. -- CROSSOVER(CLOSE, SMA(CLOSE, 5)) = TRUE
For Bullish Crossover of Price and SMA 13 use this Code -- CROSSOVER(CLOSE, SMA(CLOSE, 13)) = TRUE
For Bullish Crossover of Price and SMA 34 use this Code -- CROSSOVER(CLOSE, SMA(CLOSE, 34)) = TRUE
For Bullish Crossover of Price and SMA 50 use this Code -- CROSSOVER(CLOSE, SMA(CLOSE, 50)) = TRUE
For Bullish Crossover of Price and SMA 89 use this Code -- CROSSOVER(CLOSE, SMA(CLOSE, 89)) = TRUE
For Bullish Crossover of Price and SMA 100 use this Code -- CROSSOVER(CLOSE, SMA(CLOSE, 100)) = TRUE
For Bullish Crossover of Price and SMA 200 use this Code -- CROSSOVER(CLOSE, SMA(CLOSE, 200)) = TRUE
Bearish
For Bearish Crossover of Price and SMA 5 use this Code. -- CROSSOVER(SMA(CLOSE, 5), CLOSE) = TRUE
For Bearish Crossover of Price and SMA 13 use this Code -- CROSSOVER(SMA(CLOSE, 13), CLOSE) = TRUE
For Bearish Crossover of Price and SMA 34 use this Code -- CROSSOVER(SMA(CLOSE, 34), CLOSE) = TRUE
For Bearish Crossover of Price and SMA 50 use this Code -- CROSSOVER(SMA(CLOSE, 50), CLOSE) = TRUE
For Bearish Crossover of Price and SMA 89 use this Code -- CROSSOVER(SMA(CLOSE, 89), CLOSE) = TRUE
For Bearish Crossover of Price and SMA 100 use this Code -- CROSSOVER(SMA(CLOSE, 100), CLOSE) = TRUE
For Bearish Crossover of Price and SMA 200 use this Code -- CROSSOVER(SMA(CLOSE, 200), CLOSE) = TRUE |
|
Back to top |
|
|
| |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|