View previous topic :: View next topic |
Author |
scanner problem |
abhasin007 White Belt
Joined: 03 Feb 2013 Posts: 3
|
Post: #1 Posted: Mon Feb 11, 2013 4:24 pm Post subject: scanner problem |
|
|
Please let me know whether the following syntax is correct? And if yes, then the scanner is not working?
crossover(c,supertrend)=true and trend(c,50)=down
---------------------------------------------------
crossover(ema(c,3),ema(c,21))=true
These are not working in intraday and at EOd |
|
Back to top |
|
|
| |
hemant.icharts Site Admin
Joined: 10 May 2011 Posts: 334
|
Post: #2 Posted: Mon Feb 11, 2013 6:10 pm Post subject: Re: scanner problem |
|
|
abhasin007 wrote: | Please let me know whether the following syntax is correct? And if yes, then the scanner is not working?
crossover(c,supertrend)=true and trend(c,50)=down
---------------------------------------------------
crossover(ema(c,3),ema(c,21))=true
These are not working in intraday and at EOd |
Super trend indicator is not available in scanner. Please refer http://www.icharts.in/forum/download,id,11427.html
CROSSOVER(EMA(CLOSE, 3), EMA(CLOSE, 21)) = TRUE, is the code you are looking for. |
|
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
|
|