View previous topic :: View next topic |
Author |
Gaps |
hemant.icharts Site Admin
Joined: 10 May 2011 Posts: 334
|
Post: #1 Posted: Mon May 05, 2014 3:00 pm Post subject: Gaps |
|
|
Below are the examples codes, you can customize the parameters as per your requirement. For is this Code use Intraday Daily as Timeframe. 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.
Gap Up
For Gap based on High and low use this Code -- LOW > REF(HIGH, 1)
For Gap based on High and low with 1 percentage change use this Code -- LOW > REF(HIGH, 1) * 1.01
For Gap based on Open and close use this Code -- OPEN > REF(CLOSE, 1)
For Gap based on Open and close with 1 percentage change use this Code -- OPEN > REF(CLOSE, 1) * 1.01
Gap Down
For Gap based on High and low use this Code -- HIGH < REF(LOW, 1)
For Gap based on High and low with 1 percentage change use this Code -- HIGH < REF(LOW, 1) * 1.01
For Gap based on Open and close use this Code -- OPEN < REF(CLOSE, 1)
For Gap based on Open and close with 1 percentage change use this Code -- OPEN < REF(CLOSE, 1) * 1.01 |
|
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
|
|