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

Notification

Icon
Error

Options
Go to last post Go to first unread
Aliceo  
#1 Posted : Wednesday, August 1, 2007 2:52:13 PM(UTC)
Aliceo

Rank: Newbie

Groups: Registered, Registered Users
Joined: 8/1/2007(UTC)
Posts: 4

Hi

I am new to Metastock and still at the learning stage... so I am looking for some help.

I am running an end of day formula, which reports back "buy" signals using the explorer functionality. I can then sort the results on that column to group the buy signals to the top, which is great. However I have not found an efficient way to chart just the group of "buy" results.

If I save the report it saves ALL of the symbols, but not the buy/no buy column... & I just want the BUY ones (Col A = 1)

Any suggestions appreciated

Thanks

Justin  
#2 Posted : Wednesday, August 1, 2007 3:23:42 PM(UTC)
Justin

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 9/13/2004(UTC)
Posts: 673
Location: Salt Lake City, UT

I believe you can sort the results to get all the buys in a row, then you can shift click to highlight only the buys in the results, then right click on the highlighted selection and choose Add To Favorites.
wabbit  
#3 Posted : Wednesday, August 1, 2007 3:55:28 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)
Aliceo,

Just add to the filter comdition of your exploration:

Code:
{any existing filter conditions AND} ColA=1



Hope this helps.

wabbit [:D]


Aliceo  
#4 Posted : Thursday, August 2, 2007 2:04:42 PM(UTC)
Aliceo

Rank: Newbie

Groups: Registered, Registered Users
Joined: 8/1/2007(UTC)
Posts: 4

Thanks Wabbit.

When I try to add this line of code I get a error message saying "A column reference is not allowed in this formula type"

Any thoughts?

Alice

wabbit  
#5 Posted : Thursday, August 2, 2007 5:42:40 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)
Alice,

Please post ALL of the code for the exploration.


wabbit [:D]


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.