logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
nasdaqtrader  
#1 Posted : Friday, April 25, 2014 6:03:34 AM(UTC)
nasdaqtrader

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 2/2/2005(UTC)
Posts: 307

Thanks: 7 times
Was thanked: 3 time(s) in 3 post(s)

Dear MetaStock;

If I want to create a Exploration on the following: Is there one already, Need assistance on creating one. Also create a Indicator to plot the buy and sell on a Gap strategy

Breakaway Gap

Measured Gap

Exhaustion Gap

Common Gap

Thank you

Regards, Frank Koenig Trade Like a Pro Trend is your Friend
nasdaqtrader  
#2 Posted : Friday, April 25, 2014 6:45:03 AM(UTC)
nasdaqtrader

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 2/2/2005(UTC)
Posts: 307

Thanks: 7 times
Was thanked: 3 time(s) in 3 post(s)

A Gap Indicator and system:

Gap size factor minimum ratio of gap over average record gap

Gap MA period Period used to calculate average gap

Min Relative Gap Size Minimum gap size (percent)

Max Relative Gap Size Mximum gap size (percent)

Regards, Frank Koenig Trade Like a Pro Trend is your Friend
wabbit  
#3 Posted : Friday, April 25, 2014 6:58:51 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
You know the "rules"... post your best attempt at the project.

nasdaqtrader  
#4 Posted : Friday, April 25, 2014 7:40:12 AM(UTC)
nasdaqtrader

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 2/2/2005(UTC)
Posts: 307

Thanks: 7 times
Was thanked: 3 time(s) in 3 post(s)
Working on it later today. Will post it once I have it
Regards, Frank Koenig Trade Like a Pro Trend is your Friend
nasdaqtrader  
#5 Posted : Friday, April 25, 2014 11:48:35 AM(UTC)
nasdaqtrader

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 2/2/2005(UTC)
Posts: 307

Thanks: 7 times
Was thanked: 3 time(s) in 3 post(s)

Here is what i think may work.

GapUp()

GapUp() and V>Mov(V,20,S)

Is this correct?

Thank You

Regards, Frank Koenig Trade Like a Pro Trend is your Friend
henry1224  
#6 Posted : Saturday, April 26, 2014 6:47:58 AM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 3 time(s) in 3 post(s)
Frank, this formula shows a line where a gap would be filled

Code:
rng:=Abs(H-L);GS:=If(GapUp(),L-Ref(H,-1),If(GapDown(),Ref(L,-1)-H,PREV));A:=If(GapUp()=true AND GS>rng*.7,(L-Ref(H,-1))*.5+Ref(H,-1),If(GapDown()=true AND GS>rng*.7,(Ref(L,-1)-H)*.5+H,PREV));A;
nasdaqtrader  
#7 Posted : Sunday, April 27, 2014 11:43:18 AM(UTC)
nasdaqtrader

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 2/2/2005(UTC)
Posts: 307

Thanks: 7 times
Was thanked: 3 time(s) in 3 post(s)

Henry,

Thank you for your assistance. Hope all is well with you.

Regards,

Regards, Frank Koenig Trade Like a Pro Trend is your Friend
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.