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

Notification

Icon
Error

Options
Go to last post Go to first unread
RUAGOODP  
#1 Posted : Tuesday, May 31, 2005 10:57:19 AM(UTC)
RUAGOODP

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 1/13/2005(UTC)
Posts: 87
Location: perth australia

Hi, This formula should be so easy to construct yet after 2 hours I still haven't figured how to do it. All I want is to know whether the close of any of the next 8 bars following a bullish candle is greater than the close of that bullish candle. Simple but I must have a mental block. I tried this formula Ref(C,8) >= ValueWhen(1,Fml("CANDLE ENGULFING BULLISH"),C)*1.02 OR Ref(C,7) >= ValueWhen(1,Fml("CANDLE ENGULFING BULLISH"),C)*1.02 OR Ref(C,6) >= ValueWhen(1,Fml("CANDLE ENGULFING BULLISH"),C)*1.02 OR Ref(C,5) >= ValueWhen(1,Fml("CANDLE ENGULFING BULLISH"),C)*1.02 OR Ref(C,4) >= ValueWhen(1,Fml("CANDLE ENGULFING BULLISH"),C)*1.02 OR Ref(C,3) >= ValueWhen(1,Fml("CANDLE ENGULFING BULLISH"),C)*1.02 OR Ref(C,2) >= ValueWhen(1,Fml("CANDLE ENGULFING BULLISH"),C)*1.02 OR Ref(C,1) >= ValueWhen(1,Fml("CANDLE ENGULFING BULLISH"),C)*1.02 Doesn't seem to plot properly Cheers Norman
wabbit  
#2 Posted : Tuesday, May 31, 2005 12:01:23 PM(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)
UNTESTED CODE: x:=Fml("CANDLE ENGULFING BULLISH"); sum(C>ValueWhen(1,x,C)*1.02,8 )>0 Hope this helps. wabbit :D
RUAGOODP  
#3 Posted : Tuesday, May 31, 2005 12:21:58 PM(UTC)
RUAGOODP

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 1/13/2005(UTC)
Posts: 87
Location: perth australia

Hi Wabbit, That helps. Thanks for that! Cheers Norman
Users browsing this topic
Guest (Hidden)
Similar Topics
Formula help for Exploration (Formula Assistance)
by SAINI9466637986 12/24/2023 5:53:23 AM(UTC)
Formula Help please for specific ROC to Highest high (Formula Assistance)
by rjr27 3/21/2012 7:30:45 AM(UTC)
% change formula help needed (Formula Assistance)
by Damuzzdu 12/20/2008 7:05:22 PM(UTC)
Scalping formula help [RESOLVED] (Formula Assistance)
by joshcr 6/19/2006 7:08:02 PM(UTC)
Formula Help (MetaStock)
by Andy144 3/3/2006 8:56:56 AM(UTC)
Formula Help for a beginner [RESOLVED] (Formula Assistance)
by kadip 10/12/2005 9:44:12 PM(UTC)
Formula help on volume needed (Formula Assistance)
by CN001532 9/18/2005 2:24:03 AM(UTC)
Fourier Indicator or formula help (Formula Assistance)
by jrsnell 7/1/2005 3:08:52 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.