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

Notification

Icon
Error

Options
Go to last post Go to first unread
DougL1234  
#1 Posted : Monday, June 3, 2019 1:29:35 AM(UTC)
DougL1234

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/30/2019(UTC)
Posts: 1
Location: Melbourne

Hi can I get a little help with this exploration that I am having trouble with.  

I would like a column added to the results tab of an exploration report Metastock 8.02 

The column values from the exploration report  are incorrect when I eyeball the charts with an expert advisor.

On many securities there are too many signals than the column values. 

In this column I would like to know the exact number of signals given for each security. 

When the price data crosses below the 40 ema I would like the column values to reset to 0 because I only want to count the number of signals of 15 day highs when they cross and stay above the 40 ema and 40 ema greater than 150 ema.

 

In Column  A  I have  :  BarsSince(cross(Mov(C,40,E),C)) 

 

In the filter I have :   Sum(C>Ref(HHV(C,15),-1) AND C>Mov(C,40,E) AND Mov(C,40,E)>Mov(C,150,E),15)

 

Many thanks.

Users browsing this topic
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.