Welcome to the Traders Laboratory Forums.
Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL.

Reply
Half Gap Details »»
Half Gap
Platform: EasyLanguage, by Tams Tams is offline
Developer Last Online: May 2012 Show Printable Version Email this Page

Platform: MultiCharts Rating:
Released: 03-30-2010 Last Update: Never Installs: 5
Re-useable Code Translations  
No support by the author.

Half Gap


description:
this indicator would draw a line half way between previous day's close
and today's 1st bar open
e.g.
gap up opening: prev close = 100, today's open = 102
a line will be drawn at the half way point 101

gap down opening: prev close = 100, today's open = 98
a line will be drawn at the half way point 99

if the day's open is the same as previous close,
a line will be drawn at the previous close






note:
This indicator was written in MultiCharts
I have not tested it in tradestation or other EasyLanguage compatible programs
For importing instructions, please see your software's users manual

Download Now

File Type: txt Half Gap.txt (1.3 KB, 105 views)
File Type: pla Half Gap (MultiCharts).pla (4.9 KB, 59 views)

Screenshots

Half Gap-half-gap.jpg  

Show Your Support

  • If you like to thanks you by the author -> Click Thanks to the Author
  • This modification may not be copied, reproduced or published elsewhere without the author's permission.

Similar Indicator
Mod Developer Type Replies Last Post
Shifted Tams Trading Indicators 10 07:20 AM 06-20-2009
The Following 5 Users Say Thank You to Tams For This Useful Post:
aaa (04-02-2010), Artur Yakubovsky (10-26-2010), nuno-online (04-05-2010), ooll (05-14-2010), TIKITRADER (04-22-2010)

Comments
Old 04-22-2010, 06:17 PM   #10

Join Date: Apr 2010
Location: holly hill
Posts: 3
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: Half Gap

Is this script for tos? If not do you offer formulas for tos ?

thanks
jvontop is offline  
Reply With Quote
Old 04-22-2010, 07:48 PM   #11

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,774
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Half Gap

Quote:
Originally Posted by jvontop »
Is this script for tos? If not do you offer formulas for tos ?

thanks
you can start with your software's user manual...
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
Old 04-22-2010, 08:00 PM   #12

Join Date: Apr 2010
Location: holly hill
Posts: 3
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: Half Gap

I have read tos user manual, How is that relevant to my question? Do you offer tos scripts? A yes or no answer would be great...
jvontop is offline  
Reply With Quote
Old 05-12-2010, 10:34 AM   #13

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,774
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Half Gap

here's an updated version,

it uses PLOT instead of Trendline...

it retains the previous day's Half Gap plots,
so that you can review multi-days' half gap performance.

enjoy !


29.15
Attached Thumbnails
Half Gap-half-gap-plot-version-.gif  
Attached Files
File Type: txt Half Gap (Plot version).txt (1.2 KB, 45 views)
__________________



Only an idiot would reply to a stupid post

Last edited by Tams; 05-12-2010 at 10:52 AM.
Tams is offline  
Reply With Quote
Old 06-27-2010, 11:30 AM   #14

WorldTrader's Avatar

Join Date: Apr 2010
Location: Lake Worth
Posts: 85
Ignore this user

Thanks: 4
Thanked 13 Times in 12 Posts

Re: Half Gap

Tams,
Thanks, I saw the reference on TOS. I also use tradestation. I assume that there is no strategy for that in TS? Is MultiCharts free, I have never used them? Just Meta, Ninja and TS and TOS.
WorldTrader is offline  
Reply With Quote
Old 06-27-2010, 11:57 AM   #15

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,774
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Half Gap

Quote:
Originally Posted by WorldTrader »
Tams,
Thanks, I saw the reference on TOS. I also use tradestation. I assume that there is no strategy for that in TS? Is MultiCharts free, I have never used them? Just Meta, Ninja and TS and TOS.
MultiCharts is paidware.

What kind of strategy you have in mind?
can you outline your logic in programmable detail?
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
Old 06-27-2010, 12:51 PM   #16

WorldTrader's Avatar

Join Date: Apr 2010
Location: Lake Worth
Posts: 85
Ignore this user

Thanks: 4
Thanked 13 Times in 12 Posts

Re: Half Gap

I was refering to your Multi Charts code on the Half Gap. I didn't know if it was programmed for TS.

Platform: MultiCharts Rating: Licence: User defined
Released: 03-30-2010 Last Update: Never Installs: 4

Re-useable Code Translations
No support by the author.


Half Gap


description:
this indicator would draw a line half way between previous day's close
and today's 1st bar open
e.g.
gap up opening: prev close = 100, today's open = 102
a line will be drawn at the half way point 101

gap down opening: prev close = 100, today's open = 98
a line will be drawn at the half way point 99

if the day's open is the same as previous close,
a line will be drawn at the previous close
WorldTrader is offline  
Reply With Quote
Old 06-27-2010, 01:13 PM   #17

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,774
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Half Gap

Quote:
Originally Posted by WorldTrader »
I was refering to your Multi Charts code on the Half Gap. I didn't know if it was programmed for TS.

Platform: MultiCharts Rating: Licence: User defined
Released: 03-30-2010 Last Update: Never Installs: 4

Re-useable Code Translations
No support by the author.


Half Gap


description:
this indicator would draw a line half way between previous day's close
and today's 1st bar open
e.g.
gap up opening: prev close = 100, today's open = 102
a line will be drawn at the half way point 101

gap down opening: prev close = 100, today's open = 98
a line will be drawn at the half way point 99

if the day's open is the same as previous close,
a line will be drawn at the previous close
MultiCharts uses an extended version of EasyLanguage.
most of MultiCharts' codes would work in tradestation.

Give it a try... and let us know how it works out.
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote

Reply

Tags
gap, pivot, trendline

Thread Tools
Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
Half Gap Fill Indicator for TS Jumbo123 Coding Forum 8 03-30-2010 10:07 AM
All the Resources, Half the Knowledge etink Beginners Forum 8 03-12-2009 09:09 AM
Half of Rescued Borrowers Default Anyway Soultrader Wall Street News 1 12-09-2008 07:25 AM

All times are GMT -4. The time now is 04:36 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.