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

Notification

Icon
Error

Options
Go to last post Go to first unread
klkoo  
#1 Posted : Wednesday, October 19, 2005 1:42:09 PM(UTC)
klkoo

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/21/2005(UTC)
Posts: 16

Can somebody help me to create the formula to identify the following pattern:- "The narrow range bar that is the smallest of the last four days while at the same time is an inside bar against the previous day bar" :(
Jose  
#2 Posted : Wednesday, October 19, 2005 5:54:44 PM(UTC)
Jose

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 1/19/2005(UTC)
Posts: 1,065
Location: Koh Pha-Ngan, Earth

Was thanked: 2 time(s) in 2 post(s)
Klkoo, try this indicator/exploration code: [code:1:03de9130c1] { Lookback periods } pds:=4; { Bar range } range:=H-L; { Smallest range bar in the last 4 bars } minRange:=range=LLV(range,pds); { Min range & inside bar signal } minRange AND Inside() [/code:1:03de9130c1] jose '-)
Users browsing this topic
Guest (Hidden)
Similar Topics
Is there any training material on the MetaStock formula language? (Custom Formulas)
by MS Support 5/8/2017 4:45:59 PM(UTC)
Metastock Formula for the Indexes (Formula Assistance)
by Andrabr9 4/7/2014 2:05:28 AM(UTC)
Need Metastock Formula Language (Formula Assistance)
by VENU G 12/21/2012 6:23:23 AM(UTC)
Help needed for Metastock formula (MetaStock)
by mhireche 5/1/2012 8:03:50 AM(UTC)
MetaStock Formula ---> Excel Formula (Formula Assistance)
by nkormanik 2/26/2012 12:57:41 AM(UTC)
Metastock Formula Questions (Formula Assistance)
by henry1224 2/3/2012 9:09:01 AM(UTC)
Please help to write metastock formula for the explorer (MetaStock)
by nakedkurt 12/23/2010 6:01:43 PM(UTC)
metastock formula language for Pascal Willain's indicators (MetaStock)
by annonymous 12/2/2010 8:02:37 AM(UTC)
Metastock Formula Space Limitation (MetaStock)
by Luke 12/25/2008 8:55:22 PM(UTC)
metastock formula for effective volume indicator (Formula Assistance)
by arvind296 9/7/2008 1:20:38 AM(UTC)
Good Metastock Formula Books? Any Recommendations?? (Formula Assistance)
by raymng 5/27/2008 10:36:52 AM(UTC)
Assist in creating Metastock Formula to draw these 2 lines to create a Joe Ross Ledge Trade (Formula Assistance)
by babymushy 1/8/2007 2:33:51 AM(UTC)
MetaStock Formula Primer (MetaStock Files)
by StorkBite 8/1/2006 3:27:34 AM(UTC)
Need Bullish Candle Metastock Formula (Formula Assistance)
by moneypick 7/11/2006 8:10:21 AM(UTC)
Learning the metastock formula (Testimonials)
by lemonlime 5/5/2006 4:06:54 AM(UTC)
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.