PureBytes Links
Trading Reference Links
|
To simulate the CS Hybrid Formula you have to use the highlight
section of an expert.
Buy formula c>mov(c,30,e) color green
Sell Formula c<mov(c,30,e) color red
Vary the number of bars (30) until you find the highlight line that
matches what you want. It will be between 30 and 50 to duplicate the
CS Scientific highlight.
The DCF from Roy's newsletter works better, but this will work also.
Exploration
BarsSince(cross(c,mov(c,30,e)))=? How long after the highlight turns
green do you want to find stocks.
In the systems tester it's a simple test of a moving average. There is
not an optimal moving average that works in all types of market
conditions so you're wasting your time trying to find the optimal value.
--- In equismetastock@xxxxxxxxxxxxxxx, becky matsantonis
<jmatsas@xxxx> wrote:
> Super Hi,
>
> I was also wondering about the formula behind the CSI Hybrid Trade
Screen so I want to thank you for the explanation. I am not sure
though I fully understood your answer so can you please further
elaborate if you are referring to a
> Buy Signal such as: mov(c,opt1,e) > mov(c,opt2,e) and a
> Sell Signal such as: mov(c,opt1,e) < mov(c,opt2,e) where
> opt1= 30 - 50 - 5 and
> opt2= 30 - 50 - 5
>
> Thanks again for taking the time to explain the formula from an Out
of Business Expert Advisor (?).
>
>
> superfragalist <no_reply@xxxxxxxxxxxxxxx> wrote:
>
> CSI hybrid went out of business along time ago. The formula is locked
> in a vault and is sealed in an air tight maynoise jar.
>
> In lieu of the actual formula, try a highlight line using an EMA where
> C> or C< values between 30 and 50, in increments of 5. You'll hit the
> EMA that gives you just about the exact same results. In fact, you'll
> find a combination with better results if you pay close attention.
>
> It couldn't be that simple, could it?
>
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, dddlincool <dddlincool@xxxx>
wrote:
> >
> > CSI Hybrid Trade Screen in Metastock looks VERY good.
> > But it only exists as an "Expert". I'd like to use it
> > as an "Explorer". How can I get ahold of this or of
> > the formula?
>
>
>
>
>
> ---------------------------------
> Yahoo! Groups Links
>
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/equismetastock/
>
> To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|