[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EquisMetaStock Group] trading range & other


  • Date: Fri, 19 Feb 2010 02:09:48 -0800 (PST)
  • From: Mr Distinque <distinque@xxxxxxxxx>
  • Subject: Re: [EquisMetaStock Group] trading range & other

PureBytes Links

Trading Reference Links



I would make a couple of changes.
 
First as to the mish/mash of charts, I would create a default template of what you want to see.  I would also save it under another name in case you step on it some time and want to return to it.  I would then do a search for *.mws files under the directory/subdirectories and delete them.  That will eliminate all your previously saved chart layouts.  Anything displayed from there will be in the new defaul format.  Beats doing them one-by-one
 
I have found MS will sometimes get a little weird on exploring with naked formulas.  I wrap mine in an if statement that = 1 if it what I want and 0 if it is not.  I also put DayOfMonth() in ColA to make sure I have the latest pricing.  And I have CLOSE in ColB for sorting.  From there it would be:
 
ColC
if ( H<=Ref(H,-1) AND H<=Ref(H,-2) AND L>=Ref(L,-1) AND L>=Ref(L,-2) AND Mov(C,20,S)<= L ,1,0)
 
Filter: colC=1 

I ran it on 4000 stocks, had a 96.7 rejection rate.  Open a random selection of them and was not really impressed with anything I saw.  But that is me and I might be blind..........
D
EGO Sum Qua EGO Sum
Sempre Avanti
 
He Who Sits In A Well To Look At The Sky Can See But Little


--- On Thu, 2/18/10, fib1618 <fib1618@xxxxxxxxxxxx> wrote:

From: fib1618 <fib1618@xxxxxxxxxxxx>
Subject: [EquisMetaStock Group] trading range & other
To: "Equismetastock" <equismetastock@xxxxxxxxxxxxxxx>
Date: Thursday, February 18, 2010, 8:34 PM

 
hello, I've been away from Metastock for some time and now returning
 
1/   i'd like to make an Explorer to find trading ranges  and appreciate this may take a while
 
my initial try was     Col A - H<=Ref(H,-1) AND H<=Ref(H,-2)   ( I was going to try  H<= (Ref(H, -1)*1.1)    etc , maybe later )
                                 ColB -- L>=Ref(L,-1) AND L>=Ref(L,-2)                                 
                                ColC -- Mov(C,20,S)<= L       (-- for good measure, I put in a rising MA )
 
    so  I put ColA =1  AND ColB=1 AND ColC=1  in the filter and got only a 5.5%  rejection  -- far too many
I was surprised, I thought the rising MA & the Col=1 filter would trim it down a lot
 
2/  when i want to look at the results of a scan, click  Open  Charts, and all the scanned charts are opened -- what a mish-mash of charts
 there was a mixture of Candlesticks, Line , Bar  etc  -- no set type as i thought it should be.
so I put in a new  Default template, opened the default chart and ran the scan , expecting all charts would be the same  as the opened chart-- sadly no-- they were exactly the same, a mish-mash
 
so without giving away any "secrets", 
1/    I'd appreciate some  advice on how to tighten up my scan   
2/    how to have the "result" charts showing at least all the same, preferably  in line with a template of the scan
 
thanks  Keith



__._,_.___


Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___