View previous topic :: View next topic |
Author |
Directional Movement System |
hemant.icharts Site Admin
Joined: 10 May 2011 Posts: 334
|
Post: #1 Posted: Mon May 05, 2014 2:28 pm Post subject: Directional Movement System |
|
|
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.
Trend Strength
For result on Trending securities use this Code -- ADX(14) > 25
For result on Trading Range securities use this Code -- ADX(14) < 20
Crossover
For Crossover of DI positive over DI negative use this Code -- CROSSOVER(DIP(14), DIN(14)) = TRUE
For Crossover of DI negative over DI positive use this Code -- CROSSOVER(DIN(14), DIP(14)) = TRUE
Combination
For Bullish trend use this Code -- CROSSOVER(DIP(14), DIN(14)) = TRUE AND ADX(14) > 25
For Bearish Trend use this Code -- CROSSOVER(DIN(14), DIP(14)) = TRUE AND ADX(14) > 25 |
|
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
|
|