Hi Patrick
After paying good money for Metastock 6.52 several
years ago, and various upgrades through 7.xx, (8.ox a legitimate freebie) and
9.x since, I still have to suffer the PREV function. There are a number of words
that spring to mind, but greedy isn't one of them :-)
I'm not expecting you to come up with an immediate
solution, or a free one as far as that goes, but I did want to know if the
ForumDll solved the main problem I have with conventional MFL
latches. I need to know that it's better, not just different, before I
commit time and effort into taking advantage of the "better"
attributes.
Regards
Roy
----- Original Message -----
Sent: Wednesday, October 12, 2005 9:55 AM
Subject: [EquisMetaStock Group] Re: Eliminating PREV and Signal
Delay - Help Needed
... Damn you guys are greedy :D Well I will think about it
and the next version of the dll might a solution for that ...
Patrick
--- In equismetastock@xxxxxxxxxxxxxxx,
"Jose Silva" <josesilva22@x...> wrote: > >
Patrick, the problem with having a second latch referencing the first >
one (and when the exit needs to reference the entry signal), is this: > if
the first entry-based exit is triggered, the first latch will >
filter-out re-entry signals needed by the 2nd trade latch. > > I
only know of PREV-based code to get around this self-referencing >
problem, although there maybe a solution lurking in there somewhere >
with Richard Dale's Adv Trailing Stop dll. > http://www.tradernexus.com/advancedstop/advancedstop.html >
> > jose '-) > > > > --- In
equismetastock@xxxxxxxxxxxxxxx, pnouvion <no_reply@xxxx> wrote: >
> > > Jose, > > Point taken, I was affraid there for a
second that there was > > something I should know about ... You
know kinda a like a phobia of > > the dll :D > > > >
> > Roy, > > Well my answer may be dumb, I have not tested
this but here is the > > idea: > > > > You are not
limited to use the dll function once ... > > > > here is an
example : > > > > LE:=Condition1; > >
LX:=Condition2; > > SE:=0; > > SX:=0; > >
FirstSet:=extFml("ForumDll",LE,LX,SE,SX); > > > >
LE:=FirstSet=1 and Ref(FirstSet,-1) = 0; > > LX:= > >
(FirstSet = 0 and Ref(FirstSet,-1) = 1) or > > price has risen 10%
since FirstSet=1 and Ref(FirstSet,-1) = 0 or > > price has fallen 5%
since FirstSet=1 and Ref(FirstSet,-1) = 0; > > SE:=0; > >
SX=:0; > > FinalLatch:=extFml("ForumDll",LE,LX,SE,SX); > >
... > > > > Patrick > > > > > >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "Roy Larsen"
<rlarsen@xxxx> > > wrote: > > > > Hi
Patrick > > > > > > Does the ForumDll work with
resets that are dependent on a set > > condition? > >
> > As an example, consider the following PREV-based trade latch set
and > > reset conditions. > > > > Set when entry
conditions are met > > > > Reset when price has risen 10%
since entry, OR when price has fallen > > 5% since entry, OR price has
fallen below the highest value of a > > trailing stop since
entry. > > > > I guess what I'm asking is if the dll can
replace PREV-based latches > > as well as simple (independent exit)
latches. Thanks. > > > > > > Regards > >
> > Roy > > www.metastocktips.co.nz > > >
> > > > > > > ----- Original Message
----- > > From: pnouvion > > To:
equismetastock@xxxxxxxxxxxxxxx > > Sent: Wednesday, October 12, 2005
7:08 AM > > Subject: [EquisMetaStock Group] Re: Eliminating PREV and
Signal > > Delay - Help Needed > > > > > >
Why so much effort not to use a dll? Well not that I want everybody > >
on the planet to use the ForumDll for their latches, I just want to > >
understand the reasons ... > > > > Patrick > >
> > > > --- In equismetastock@xxxxxxxxxxxxxxx, "Jose
Silva" > > <josesilva22@xxxx> wrote: > > > >
Gary, take a look at the PREV-less & DLL-less MS latch code below, >
> which includes signal delay and other options: > > http://www.metastocktools.com/MetaStock/TradeSignals.txt >
> > > > > jose '-) > > http://www.metastocktools.com >
> > > > > > > --- In
equismetastock@xxxxxxxxxxxxxxx, "richr4ever" <richr4ever@xxxx > >
wrote: > > > > Hello to all: > > > > I have
two questions here. One about eliminating the PREV and > > one on
signal delay. > > > > For PREV, I have the below
codes: > > > > LE:=Condition A > > SE:=Condition B
> > LX:=Condition C > > SX:=Condition D > >
Trigger:=If( LE=1, 1, If(SE=1, -1, If((LX AND PREV=1) OR (SX AND > >
PREV=-1),0,PREV))); > > LEEntry:=Cross(Trigger,0.5 ); > >
> > How can I perfect the above codes by removing the PREV function
and > > increase the codes efficiency, and without using any
DLL? > > > > And for the signal delay, say the Long Exit's
condtion is met on > > current bar. But I want the Long Exit signal
set to one bar > > delay to next bar's open. I am currently using
BarsSince() function > > but I wonder if there a better way to code it.
I don't want to use > > the System Tester feature for this
purpose. > > > > Many thanx in advance! > > >
> Gary. >
SPONSORED LINKS
YAHOO! GROUPS LINKS
|