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

Notification

Icon
Error

Options
Go to last post Go to first unread
Ztrader  
#1 Posted : Monday, July 15, 2013 1:27:40 PM(UTC)
Ztrader

Rank: Newbie

Groups: Registered, Registered Users
Joined: 7/12/2013(UTC)
Posts: 9

I entered the formula below and got the error message: "No indicator names in the indicator builder contain this text."
Where do you think the error is ?

İndicator 1 (kapy)
a:=valuewhen(1,(YEAR()=2013 and ((MONTH()=2 and DAYOFMONTH()>15)) or (MONTH()>2 and MONTH()<6)),c);
b:=if(a>prev,a,prev);
b

Indikator 2 (yuky)

a:=valuewhen(1,(YEAR()=2013 and ((MONTH()=2 and DAYOFMONTH()>15)) or (MONTH()>2 and MONTH()<6)),H);

b:=if(a>prev,a,prev);

b

Filter:

c>FML("kapy") AND c<FML("yuky")

haddison  
#2 Posted : Tuesday, July 16, 2013 8:49:24 AM(UTC)
haddison

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 3/6/2010(UTC)
Posts: 113
Location: London

The error is inside one of the Fml functions - maybe you misspelled one of the indicator names.

A few suggestions:

if(a>prev,a,prev);

can be reduced to:

Max(a,prev);

You could also write a separate variable for the date, to make the valuewhen function easier to read.

mstt  
#3 Posted : Tuesday, July 16, 2013 4:35:46 PM(UTC)
mstt

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 7/25/2005(UTC)
Posts: 1,042

Was thanked: 57 time(s) in 54 post(s)
Hi Ztrader

In addition to Haddison's suggestions, wouldn't it also be a good idea to eliminate PREV from your formulas. Why use PREV if it isn't necessary?

{yuky}
d:=(Year()=2013 AND ((Month()=2 AND DayOfMonth()>15)) OR (Month()>2 AND Month()<6));
ValueWhen(1,d,H);

Roy


Ztrader  
#4 Posted : Friday, July 19, 2013 5:12:38 AM(UTC)
Ztrader

Rank: Newbie

Groups: Registered, Registered Users
Joined: 7/12/2013(UTC)
Posts: 9

Hi Roy,

I can't build this formula. and got the error message always. I'm a beginner. I would be most obliged if you can create this formula completely or revise it. Regards..

İndicator 1 (kapy)
a:=valuewhen(1,(YEAR()=2013 and ((MONTH()=2 and DAYOFMONTH()>15)) or (MONTH()>2 and MONTH()<6)),c);
b:=if(a>prev,a,prev);
b

Indikator 2 (yuky)

a:=valuewhen(1,(YEAR()=2013 and ((MONTH()=2 and DAYOFMONTH()>15)) or (MONTH()>2 and MONTH()<6)),H);

b:=if(a>prev,a,prev);

b

Filter:

c>FML("kapy") AND c<FML("yuky")

haddison  
#5 Posted : Friday, July 19, 2013 9:09:30 AM(UTC)
haddison

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 3/6/2010(UTC)
Posts: 113
Location: London

What error message do you get?

Do you actually have "Filter:" in the indicator box? Because if you do, it shouldn't be there.

Ztrader  
#6 Posted : Friday, July 19, 2013 10:45:54 AM(UTC)
Ztrader

Rank: Newbie

Groups: Registered, Registered Users
Joined: 7/12/2013(UTC)
Posts: 9

"Mswin must closed because error occurred" or "No indicator names in the indicator builder contain this text." is error messages
Users browsing this topic
Guest (Hidden)
Similar Topics
Error message with MetaStock 16 downloader (Error Messages)
by chrisdr22 5/28/2018 3:07:56 AM(UTC)
How to fix error when there is a data error message contact tuck (Data Related Questions)
by Guest 1/5/2018 10:14:48 AM(UTC)
Error message with Data (Data Related Questions)
by south54 2/7/2016 1:40:04 PM(UTC)
Error Message "the custom formula file is full" (Error Messages)
by noumann 1/5/2015 2:18:08 PM(UTC)
System Tester error message Code 2 (Error Messages)
by Rabbit 2/11/2013 5:47:33 AM(UTC)
How to avoid error messages while scrolling through a folder of stocks (MetaStock)
by trendsca 7/15/2012 4:35:57 PM(UTC)
14 day error message after uninstalling Trend medium (Plugins & Addons)
by anilcool 2/14/2012 9:36:28 AM(UTC)
error message (MetaStock)
by wasil 8/15/2011 12:45:54 PM(UTC)
Fire error message (Plugins & Addons)
by barrysoden 12/9/2010 3:45:36 PM(UTC)
Enhanced System Tester Date error message (Error Messages)
by Lyrk 4/30/2010 4:41:39 PM(UTC)
Metastock 11 error message (Error Messages)
by Hiker 10/31/2009 1:35:25 PM(UTC)
Metastock Error Message (Error Messages)
by Whitesand 8/3/2009 9:39:23 AM(UTC)
error message MS 10.1 (Error Messages)
by resolve 6/22/2009 11:43:43 PM(UTC)
DLWIN Low on Memory - Error Message (Error Messages)
by Cedexa 8/8/2008 12:40:00 PM(UTC)
Error message-MS 10.1-Importing using Formula Organizer (Error Messages)
by R3Girls-FNG 12/27/2007 8:57:34 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.