View previous topic :: View next topic |
Author |
Stochastic Oscillator |
hemant.icharts Site Admin
Joined: 10 May 2011 Posts: 334
|
Post: #1 Posted: Mon May 05, 2014 1:04 pm Post subject: Stochastic Oscillator |
|
|
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.
Over Bought
For Normal Over Bought condition use this Code -- SOPK(9, 3, 9, SIMPLE) > 80
For Strong Over Bought condition use this Code -- SOPK(9, 3, 9, SIMPLE) > 90
Over Sold
For Normal Over Sold condition use this Code -- SOPK(9, 3, 9, SIMPLE) < 20
For Strong Over Sold condition use this Code -- SOPK(9, 3, 9, SIMPLE) < 10
Crossover
For Crossover of %K over %D use this Code -- CROSSOVER(SOPK(9, 3, 9, SIMPLE), SOPD(9, 3, 9, SIMPLE))=TRUE
For Crossover of %D over %K use this Code -- CROSSOVER(SOPD(9, 3, 9, SIMPLE), SOPK(9, 3, 9, SIMPLE))=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
|
|